chiark / gitweb /
keymap: make USB keyboards really work
authorMartin Pitt <martin.pitt@ubuntu.com>
Sun, 11 Oct 2009 18:02:11 +0000 (20:02 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Sun, 11 Oct 2009 18:02:11 +0000 (20:02 +0200)
Calling usb_id and GOTO in one rule did not make sense at all.

extras/keymap/95-keymap.rules

index 4ce84bced0bb6fc5928278b12e68214727388117..dd586885a2ef9a8e257b9cf83af2cfacb0fbe2fe 100644 (file)
@@ -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"
 
 #