rpms/xorg-x11-drv-wacom/F-13 70-wacom.rules, 1.1, 1.2 xorg-x11-drv-wacom.spec, 1.18, 1.19

Peter Hutterer whot at fedoraproject.org
Thu Jun 3 04:09:26 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-drv-wacom/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6733

Modified Files:
	70-wacom.rules xorg-x11-drv-wacom.spec 
Log Message:
* Thu Jun 03 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.6-4
- Update udev rules file to include Fujitsu serial tablets. (#598168)
- Update udev rules file to set ID_INPUT_TABLET



Index: 70-wacom.rules
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-wacom/F-13/70-wacom.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 70-wacom.rules	18 May 2010 04:38:49 -0000	1.1
+++ 70-wacom.rules	3 Jun 2010 04:09:25 -0000	1.2
@@ -1,7 +1,8 @@
 ACTION!="add|change", GOTO="wacom_end"
 
 # Match all wacom tablets with a serial ID starting with WACf
-ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1"
+ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
+ATTRS{id}=="FUJ*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
 
 LABEL="wacom_end"
 


Index: xorg-x11-drv-wacom.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-wacom/F-13/xorg-x11-drv-wacom.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- xorg-x11-drv-wacom.spec	20 May 2010 23:15:12 -0000	1.18
+++ xorg-x11-drv-wacom.spec	3 Jun 2010 04:09:26 -0000	1.19
@@ -5,7 +5,7 @@
 Summary:    Xorg X11 wacom input driver
 Name:       xorg-x11-drv-wacom
 Version:    0.10.6
-Release:    3%{?dist}
+Release:    4%{?dist}
 URL:        http://www.x.org
 License:    GPLv2+
 Group:      User Interface/X Hardware Support
@@ -89,6 +89,10 @@ X.Org X11 wacom input driver development
 %{_includedir}/xorg/wacom-properties.h
 
 %changelog
+* Thu Jun 03 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.6-4
+- Update udev rules file to include Fujitsu serial tablets. (#598168)
+- Update udev rules file to set ID_INPUT_TABLET
+
 * Fri May 21 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.6-3
 - wacom-0.10.6-axis-mode.patch: Fix axis mode setting, don't set
   OutOfProximity bit.



More information about the scm-commits mailing list