mirror of
https://github.com/systemd/systemd.git
synced 2025-03-23 10:50:16 +03:00
Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
This commit is contained in:
commit
9ab11b6258
@ -44,7 +44,7 @@ for inclusion you need to do the following steps:
|
||||
|
||||
1. Find the keyboard device.
|
||||
|
||||
Run /usr/share/udev/findkeyboards. This should always give you an "AT
|
||||
Run /lib/udev/findkeyboards. This should always give you an "AT
|
||||
keyboard" and possibly a "module". Some laptops (notably Thinkpads, Sonys, and
|
||||
Acers) have multimedia/function keys on a separate input device instead of the
|
||||
primary keyboard. The keyboard device should have a name like "input/event3".
|
||||
|
@ -17,6 +17,9 @@ KERNEL=="sg[0-9]*", ATTRS{type}=="3", ATTRS{vendor}=="HP|EPSON|Epson", ENV{ACL_M
|
||||
# USB scanners
|
||||
ENV{libsane_matched}=="yes", ENV{ACL_MANAGE}="1"
|
||||
|
||||
# HPLIP devices (necessary for ink level check and HP tool maintenance)
|
||||
ENV{ID_HPLIP}=="1", ENV{ACL_MANAGE}="1"
|
||||
|
||||
# optical drives
|
||||
SUBSYSTEM=="block", ENV{ID_CDROM}=="1", ENV{ACL_MANAGE}="1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user