From: Martin Pitt Date: Sun, 11 Oct 2009 18:02:11 +0000 (+0200) Subject: keymap: make USB keyboards really work X-Git-Tag: 174~749 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e13eecbdf3462cf1ecc2c0ee6cb961700c380d46;p=thirdparty%2Fsystemd.git keymap: make USB keyboards really work Calling usb_id and GOTO in one rule did not make sense at all. --- diff --git a/extras/keymap/95-keymap.rules b/extras/keymap/95-keymap.rules index 4ce84bced0b..dd586885a2e 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" #