mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
rules: remove "add" match from usb device node rule
This commit is contained in:
parent
ba6e84fe6a
commit
87fb336f39
@ -51,7 +51,7 @@ KERNEL=="video1394*", NAME="video1394/%n"
|
||||
SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware.sh"
|
||||
|
||||
# libusb device nodes
|
||||
SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644"
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644"
|
||||
|
||||
# printer
|
||||
KERNEL=="parport[0-9]*", GROUP="lp"
|
||||
|
Loading…
Reference in New Issue
Block a user