summaryrefslogtreecommitdiffstats
path: root/src/udev
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-12-13 10:13:27 +0100
committerGitHub <noreply@github.com>2022-12-13 10:13:27 +0100
commit10b89c59dc789a4794b7a5be2b954d0dee7acbfa (patch)
tree40b65fde2fec4a4713be628dc74e96359b7fdc9b /src/udev
parentcryptsetup-fido2: Try all FIDO2 key slots when opening LUKS volume (diff)
parentudev-builtin-keyboard: update description (diff)
downloadsystemd-10b89c59dc789a4794b7a5be2b954d0dee7acbfa.tar.xz
systemd-10b89c59dc789a4794b7a5be2b954d0dee7acbfa.zip
Merge pull request #25713 from keszybz/hwdb-matching
Restore backwards compat in 60-evdev.rules
Diffstat (limited to 'src/udev')
-rw-r--r--src/udev/udev-builtin-keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udev-builtin-keyboard.c b/src/udev/udev-builtin-keyboard.c
index 6dd9eebd93..e67a02aee6 100644
--- a/src/udev/udev-builtin-keyboard.c
+++ b/src/udev/udev-builtin-keyboard.c
@@ -247,5 +247,5 @@ static int builtin_keyboard(sd_device *dev, sd_netlink **rtnl, int argc, char *a
const UdevBuiltin udev_builtin_keyboard = {
.name = "keyboard",
.cmd = builtin_keyboard,
- .help = "Keyboard scan code to key mapping",
+ .help = "Keyboard scancode mapping and touchpad/pointingstick characteristics",
};