mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
rules: add usb device nodes
This commit is contained in:
parent
d5bdc83f3d
commit
3101190851
@ -111,6 +111,11 @@ KERNEL=="slram[0-9]*", SYMLINK+="xpram%n"
|
||||
KERNEL=="sxctl", NAME="specialix_sxctl", SYMLINK+="%k"
|
||||
KERNEL=="rioctl", NAME="specialix_rioctl", SYMLINK+="%k"
|
||||
KERNEL=="iowarrior[0-9]*", NAME="usb/%k"
|
||||
KERNEL=="hiddev[0-9]*", NAME="usb/%k"
|
||||
KERNEL=="legousbtower[0-9]*", NAME="usb/%k"
|
||||
KERNEL=="dabusb[0-9]*", NAME="usb/%k"
|
||||
KERNEL=="usbdpfp[0-9]*", NAME="usb/%k"
|
||||
KERNEL=="cpad[0-9]*", NAME="usb/%k"
|
||||
|
||||
# do not delete static device nodes
|
||||
ACTION=="remove", NAME=="?*", TEST=="/lib/udev/devices/$name", OPTIONS+="ignore_remove"
|
||||
|
Loading…
Reference in New Issue
Block a user