1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

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

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"