summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-01-15 21:18:21 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:16 -0700
commit45d57088f915897fc54ff8a98934b1b34c4cc18f (patch)
tree58c0866799e68bf259236bdaca76361a3010784b /etc
parentf130b15645fb41d9dd902b6c96948d344bfe96fa (diff)
[PATCH] remove unneeded keyboard rule.
Diffstat (limited to 'etc')
-rw-r--r--etc/udev/udev.rules1
-rw-r--r--etc/udev/udev.rules.devfs1
2 files changed, 0 insertions, 2 deletions
diff --git a/etc/udev/udev.rules b/etc/udev/udev.rules
index 1f3ef07242..406a1891bd 100644
--- a/etc/udev/udev.rules
+++ b/etc/udev/udev.rules
@@ -65,7 +65,6 @@ KERNEL="seq", NAME="snd/%k"
# input devices
KERNEL="mice", NAME="input/%k"
-KERNEL="keyboard", NAME="input/%k"
KERNEL="mouse*", NAME="input/%k"
KERNEL="event*", NAME="input/%k"
KERNEL="js*", NAME="input/%k"
diff --git a/etc/udev/udev.rules.devfs b/etc/udev/udev.rules.devfs
index 026e9465b1..c04fc7e8ef 100644
--- a/etc/udev/udev.rules.devfs
+++ b/etc/udev/udev.rules.devfs
@@ -71,7 +71,6 @@ KERNEL="seq", NAME="snd/%k"
# input devices
KERNEL="mice", NAME="input/%k"
-KERNEL="keyboard", NAME="input/%k"
KERNEL="mouse*", NAME="input/%k"
KERNEL="event*", NAME="input/%k"
KERNEL="js*", NAME="input/%k"