mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-09-05 01:45:07 +03:00
rules: input - do not create (broken) links for bluetooth devices
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
ACTION=="remove", GOTO="persistent_input_end"
|
ACTION=="remove", GOTO="persistent_input_end"
|
||||||
SUBSYSTEM!="input", GOTO="persistent_input_end"
|
SUBSYSTEM!="input", GOTO="persistent_input_end"
|
||||||
|
SUBSYSTEMS=="bluetooth", GOTO="persistent_input_end"
|
||||||
|
|
||||||
ENV{ID_INPUT}=="", IMPORT{program}="input_id %p"
|
ENV{ID_INPUT}=="", IMPORT{program}="input_id %p"
|
||||||
SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{program}="usb_id --export %p"
|
SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{program}="usb_id --export %p"
|
||||||
|
Reference in New Issue
Block a user