From: Kay Sievers Date: Tue, 19 Jul 2011 22:39:58 +0000 (+0200) Subject: keymap: do not run usb_id for bluetooth devices X-Git-Tag: 174~49 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4da9fcb366b32f4c50464ce76099379722ab9c9f;ds=sidebyside keymap: do not run usb_id for bluetooth devices --- diff --git a/extras/keymap/95-keymap.rules b/extras/keymap/95-keymap.rules index 98db47181..39d232202 100644 --- a/extras/keymap/95-keymap.rules +++ b/extras/keymap/95-keymap.rules @@ -8,6 +8,7 @@ ACTION=="remove", GOTO="keyboard_end" SUBSYSTEM!="input", GOTO="keyboard_end" KERNEL!="event*", GOTO="keyboard_end" +SUBSYSTEMS=="bluetooth", GOTO="keyboard_end" SUBSYSTEMS=="usb", ENV{ID_VENDOR}=="", IMPORT{program}="usb_id --export %p" SUBSYSTEMS=="usb", GOTO="keyboard_usbcheck"