mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 06:30:33 +00:00
Those udev rules were a Debian specific workaround that were mainly added for compat with older software which wasn't able to automatically discover those types of devices. Those rules didn't provide stable/predictable names though, so remove them. Closes: #991639
17 lines
594 B
Plaintext
17 lines
594 B
Plaintext
# Debian specific udev rules for backwards compatibility
|
|
|
|
# needed for old tape drivers, http://bugs.debian.org/657948
|
|
SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST!="[module/sg]", RUN{builtin}+="kmod load sg"
|
|
|
|
# device permissions
|
|
KERNEL=="mISDNtimer", GROUP="dialout"
|
|
KERNEL=="mwave", GROUP="dialout"
|
|
KERNEL=="nvram", GROUP="kmem", MODE="0640"
|
|
KERNEL=="pktcdvd", GROUP="cdrom", MODE="0644"
|
|
KERNEL=="lirc[0-9]*", GROUP="video"
|
|
KERNEL=="legousbtower*", MODE="0666"
|
|
KERNEL=="sonypi", MODE="0666"
|
|
KERNEL=="mmtimer", MODE="0644"
|
|
KERNEL=="sgi_*", MODE="0666"
|
|
KERNEL=="z90crypt", MODE="0666"
|