rpms/xorg-x11-drv-wacom/devel 70-wacom.rules, 1.1, 1.2 xorg-x11-drv-wacom.spec, 1.22, 1.23

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


Author: whot

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

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-5.20100521
- 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/devel/70-wacom.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 70-wacom.rules	20 May 2010 23:27:32 -0000	1.1
+++ 70-wacom.rules	3 Jun 2010 04:26:12 -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/devel/xorg-x11-drv-wacom.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- xorg-x11-drv-wacom.spec	20 May 2010 23:27:33 -0000	1.22
+++ xorg-x11-drv-wacom.spec	3 Jun 2010 04:26:12 -0000	1.23
@@ -8,7 +8,7 @@
 Summary:    Xorg X11 wacom input driver
 Name:       xorg-x11-drv-wacom
 Version:    0.10.6
-Release:    4%{?gitdate:.%{gitdate}}%{?dist}
+Release:    5%{?gitdate:.%{gitdate}}%{?dist}
 URL:        http://www.x.org
 License:    GPLv2+
 Group:      User Interface/X Hardware Support
@@ -95,6 +95,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-5.20100521
+- 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-4.20100521
 - Update to today's git snapshot.
 - wacom-0.10.6-serial-identifiers.patch: drop, upstream.



More information about the scm-commits mailing list