summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2009-10-11 20:02:11 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2009-10-11 20:02:11 +0200
commite13eecbdf3462cf1ecc2c0ee6cb961700c380d46 (patch)
tree475fc92d00c3ed61803a9809dfc5bbfd00a9e5af
parente8f04b65f38cafe34af1dbbe4150b87b2771f1f9 (diff)
keymap: make USB keyboards really work
Calling usb_id and GOTO in one rule did not make sense at all.
-rw-r--r--extras/keymap/95-keymap.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/keymap/95-keymap.rules b/extras/keymap/95-keymap.rules
index 4ce84bced0..dd586885a2 100644
--- a/extras/keymap/95-keymap.rules
+++ b/extras/keymap/95-keymap.rules
@@ -9,7 +9,8 @@ ACTION!="add", GOTO="keyboard_end"
SUBSYSTEM!="input", GOTO="keyboard_end"
KERNEL!="event*", GOTO="keyboard_end"
-SUBSYSTEMS=="usb", ENV{ID_VENDOR}=="", IMPORT{program}="usb_id --export %p", GOTO="keyboard_usbcheck"
+SUBSYSTEMS=="usb", ENV{ID_VENDOR}=="", IMPORT{program}="usb_id --export %p"
+SUBSYSTEMS=="usb", GOTO="keyboard_usbcheck"
GOTO="keyboard_modulecheck"
#