mirror of
https://github.com/morgan9e/systemd
synced 2026-04-16 01:16:10 +09:00
udev-acl: do not mistake all SCSI "processor" devices for scanner
Both rules can be removed since now libsane sets libsane_matched also for SCSI scanners. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589751
This commit is contained in:
committed by
Kay Sievers
parent
bd078c90b9
commit
3bd7b89dc4
@@ -13,11 +13,7 @@ SUBSYSTEM=="usb", ENV{ID_USB_INTERFACES}=="*:060101:*", TAG+="udev-acl"
|
||||
# digicams with proprietary protocol
|
||||
ENV{ID_GPHOTO2}=="*?", TAG+="udev-acl"
|
||||
|
||||
# SCSI scanners
|
||||
KERNEL=="sg[0-9]*", ATTRS{type}=="6", TAG+="udev-acl"
|
||||
KERNEL=="sg[0-9]*", ATTRS{type}=="3", ATTRS{vendor}=="HP|EPSON|Epson", TAG+="udev-acl"
|
||||
|
||||
# USB scanners
|
||||
# SCSI and USB scanners
|
||||
ENV{libsane_matched}=="yes", TAG+="udev-acl"
|
||||
|
||||
# HPLIP devices (necessary for ink level check and HP tool maintenance)
|
||||
|
||||
Reference in New Issue
Block a user