chiark / gitweb /
[PATCH] remove unneeded keyboard rule.
[elogind.git] / etc / udev / udev.rules.devfs
index 3c45db79cfd2c55e3e15794b1412901d7cd3ac38..c04fc7e8ef9340228d1252cf78d5de6727d10261 100644 (file)
@@ -9,7 +9,7 @@
 # %M - the kernel major number for the device
 # %m - the kernel minor number for the device
 # %b - the bus id for the device
-# %c - the return value for the CALLOUT program (note, this doesn't work within
+# %c - the return value of the external PROGRAM (note, this doesn't work within
 #      the PROGRAM field for the obvious reason.)
 # %D - use the devfs style disk name for this device.
 #      For partitions, this will result in 'part%n'
@@ -69,3 +69,10 @@ KERNEL="midi[CD0-9]*",   NAME="snd/%k"
 KERNEL="timer",          NAME="snd/%k"
 KERNEL="seq",            NAME="snd/%k"
 
+# input devices
+KERNEL="mice",         NAME="input/%k"
+KERNEL="mouse*",       NAME="input/%k"
+KERNEL="event*",       NAME="input/%k"
+KERNEL="js*",          NAME="input/%k"
+KERNEL="ts*",          NAME="input/%k"
+