1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev

This commit is contained in:
Kay Sievers 2009-06-19 19:21:26 +02:00
commit 9ab11b6258
2 changed files with 4 additions and 1 deletions

View File

@ -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".

View File

@ -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"