diff options
-rw-r--r-- | extras/keymap/README.keymap.txt | 2 | ||||
-rw-r--r-- | extras/udev-acl/70-acl.rules | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/extras/keymap/README.keymap.txt b/extras/keymap/README.keymap.txt index 1558db8782..eab8587de8 100644 --- a/extras/keymap/README.keymap.txt +++ b/extras/keymap/README.keymap.txt @@ -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". diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index fc27039597..26b805565a 100644 --- a/extras/udev-acl/70-acl.rules +++ b/extras/udev-acl/70-acl.rules @@ -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" |