rules: input - do not create (broken) links for bluetooth devices

This commit is contained in:
Kay Sievers 2011-07-20 00:05:38 +02:00
parent e3c14a7ff3
commit c49df20758
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
ACTION=="remove", GOTO="persistent_input_end"
SUBSYSTEM!="input", GOTO="persistent_input_end"
SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end"
ENV{ID_INPUT}=="", IMPORT{program}="input_id %p"
SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{program}="usb_id --export %p"