rpms/xorg-x11-drv-wacom/devel 10-wacom.conf, 1.1, 1.2 xorg-x11-drv-wacom.spec, 1.11, 1.12

Peter Hutterer whot at fedoraproject.org
Thu Mar 4 00:01:17 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-drv-wacom/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21288

Modified Files:
	10-wacom.conf xorg-x11-drv-wacom.spec 
Log Message:
* Thu Mar 04 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.4-5.20100219
- Fix 10-wacom.conf for N-Trig devices: rename the class (copy/paste error)
  and only take event devices. (Related #526270)



Index: 10-wacom.conf
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-wacom/devel/10-wacom.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 10-wacom.conf	17 Feb 2010 07:23:07 -0000	1.1
+++ 10-wacom.conf	4 Mar 2010 00:01:14 -0000	1.2
@@ -13,7 +13,8 @@ EndSection
 
 # N-Trig Duosense Electromagnetic Digitizer
 Section "InputClass"
-        Identifier "Wacom serial class"
+        Identifier "Wacom N-Trig class"
         MatchProduct "HID 1b96:0001"
+        MatchDevicePath "/dev/input/event*"
         Driver "wacom"
 EndSection


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.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- xorg-x11-drv-wacom.spec	18 Feb 2010 23:52:26 -0000	1.11
+++ xorg-x11-drv-wacom.spec	4 Mar 2010 00:01:14 -0000	1.12
@@ -8,7 +8,7 @@
 Summary:    Xorg X11 wacom input driver
 Name:       xorg-x11-drv-wacom
 Version:    0.10.4
-Release:    4%{?gitdate:.%{gitdate}}%{?dist}
+Release:    5%{?gitdate:.%{gitdate}}%{?dist}
 URL:        http://www.x.org
 License:    GPLv2+
 Group:      User Interface/X Hardware Support
@@ -92,6 +92,10 @@ X.Org X11 wacom input driver development
 %{_includedir}/xorg/wacom-properties.h
 
 %changelog
+* Thu Mar 04 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.4-5.20100219
+- Fix 10-wacom.conf for N-Trig devices: rename the class (copy/paste error)
+  and only take event devices. (Related #526270)
+
 * Fri Feb 19 2010 Peter Hutterer <peter.hutterer at redhat.com> 0.10.4-4.20100219
 - Add stuff required to build from upstream git.
 - Update to today's git snapshot.



More information about the scm-commits mailing list