keymap: do not run usb_id for bluetooth devices

This commit is contained in:
Kay Sievers 2011-07-20 00:39:58 +02:00
parent 2ba5c37829
commit 4da9fcb366
1 changed files with 1 additions and 0 deletions

View File

@ -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"