diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-11-23 19:21:56 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-23 19:21:56 +0100 |
commit | 331d6a201b82a03c5343bb9c25280f0cd8b7d9fb (patch) | |
tree | 262dd1e1e1c4c629f0bd14f0c0fdf049bb6306a2 /hwdb/60-keyboard.hwdb | |
parent | fadc06bb8166b7ee494ed90b054f083ac4db4e11 (diff) |
hwdb: use systemd-hwdb instead of obsolete udevadm hwdb (#4722)
Fixes: #4721
Diffstat (limited to 'hwdb/60-keyboard.hwdb')
-rw-r--r-- | hwdb/60-keyboard.hwdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 29e2d9027d..bbe375eb5c 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -46,7 +46,7 @@ # To update this file, create a new file # /etc/udev/hwdb.d/70-keyboard.hwdb # and add your rules there. To load the new rules execute (as root): -# udevadm hwdb --update +# systemd-hwdb update # udevadm trigger /dev/input/eventXX # where /dev/input/eventXX is the keyboard in question. If in # doubt, simply use /dev/input/event* to reload all input rules. |