mirror of
https://github.com/systemd/systemd.git
synced 2025-08-26 17:49:52 +03:00
rules: set ID_BUS for bluetooth, rmi and i8042
Something has to so we can have udev rules rely on this. Right now the ID_BUS setting is inconsistent: usb is set, ata and pci are set, bluetooth is not set, rmi is too new to be featured. 70-mouse even relied on bluetooth even though it was never set
This commit is contained in:
@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
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"
|
SUBSYSTEMS=="bluetooth", ENV{ID_BUS}="bluetooth", GOTO="persistent_input_end"
|
||||||
|
SUBSYSTEMS=="rmi4", ENV{ID_BUS}="rmi", GOTO="persistent_input_end"
|
||||||
|
SUBSYSTEMS=="serio", ENV{ID_BUS}="i8042", GOTO="persistent_input_end"
|
||||||
|
|
||||||
SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{builtin}="usb_id"
|
SUBSYSTEMS=="usb", ENV{ID_BUS}=="", IMPORT{builtin}="usb_id"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user