mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
rules: input - do not create (broken) links for bluetooth devices
This commit is contained in:
parent
e3c14a7ff3
commit
c49df20758
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user