rpms/xorg-x11-server/F-13 00-evdev.conf, 1.2, 1.3 xorg-x11-server.spec, 1.499, 1.500

Peter Hutterer whot at fedoraproject.org
Fri Feb 19 04:37:12 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-server/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10740

Modified Files:
	00-evdev.conf xorg-x11-server.spec 
Log Message:
* Fri Feb 19 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.7.99.901-6.20100215
- Only match device paths of /dev/input/event* for the evdev classes.
  Reduces the number of error messages seen in the log when evdev can't
  ioctl /dev/input/mouse devices.



Index: 00-evdev.conf
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-13/00-evdev.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- 00-evdev.conf	19 Feb 2010 00:55:48 -0000	1.2
+++ 00-evdev.conf	19 Feb 2010 04:37:12 -0000	1.3
@@ -6,29 +6,34 @@
 Section "InputClass"
         Identifier "evdev pointer catchall"
         MatchIsPointer "on"
+        MatchDevicePath "/dev/input/event*"
         Driver "evdev"
 EndSection
 
 Section "InputClass"
         Identifier "evdev keyboard catchall"
         MatchIsKeyboard "on"
+        MatchDevicePath "/dev/input/event*"
         Driver "evdev"
 EndSection
 
 Section "InputClass"
         Identifier "evdev touchpad catchall"
         MatchIsTouchpad "on"
+        MatchDevicePath "/dev/input/event*"
         Driver "evdev"
 EndSection
 
 Section "InputClass"
         Identifier "evdev tablet catchall"
         MatchIsTablet "on"
+        MatchDevicePath "/dev/input/event*"
         Driver "evdev"
 EndSection
 
 Section "InputClass"
         Identifier "evdev touchscreen catchall"
         MatchIsTouchscreen "on"
+        MatchDevicePath "/dev/input/event*"
         Driver "evdev"
 EndSection


Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/F-13/xorg-x11-server.spec,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -p -r1.499 -r1.500
--- xorg-x11-server.spec	19 Feb 2010 00:55:48 -0000	1.499
+++ xorg-x11-server.spec	19 Feb 2010 04:37:12 -0000	1.500
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.7.99.901
-Release:   5.%{gitdate}%{dist}
+Release:   6.%{gitdate}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -517,6 +517,11 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Fri Feb 19 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.7.99.901-6.20100215
+- Only match device paths of /dev/input/event* for the evdev classes.
+  Reduces the number of error messages seen in the log when evdev can't
+  ioctl /dev/input/mouse devices.
+
 * Fri Feb 19 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.7.99.901-5.2010208
 - Change 00-evdev.conf to match all devices but joysticks (#566418)
 



More information about the scm-commits mailing list