diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/udev/udev.rules | 1 | ||||
-rw-r--r-- | etc/udev/udev.rules.devfs | 1 |
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" |