diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-04-05 16:18:03 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2019-04-29 17:29:08 +0200 |
commit | c23bc35f9bea7cd1b1949436939bf8f1ccd90e98 (patch) | |
tree | 6e82e08ae2e3ed398f803a14e07c71b5ca981a67 /hwdb | |
parent | 0eca2867161536f90ba187ff7e6b826dd3dc5811 (diff) | |
download | systemd-c23bc35f9bea7cd1b1949436939bf8f1ccd90e98.tar.gz systemd-c23bc35f9bea7cd1b1949436939bf8f1ccd90e98.tar.bz2 systemd-c23bc35f9bea7cd1b1949436939bf8f1ccd90e98.zip |
hwdb: Add key mappings for Logitech 27 MHz EX100 keyboard
The upcoming kernel enumerates Logitech 27 MHz wireless keyboards and
mice by there wireless-PID, rather then using the PID of the receiver
which is the same for all 27MHz Logitech devices.
This allows us to add per model keymappings for the special keys on these
keyboards. This commit adds such mappings for the EX100 keyboard
(modelnumber Y-RBH94).
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-keyboard.hwdb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 6a25c4d7c2..b8ea8b66b2 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -936,6 +936,11 @@ evdev:input:b0003v046Dp005C* KEYBOARD_KEY_c1047=prog3 # Smartkey C (Fn + F7) → XF86Launch3 KEYBOARD_KEY_c1048=prog4 # Smartkey D (Fn + F8) → XF86Launch4 +# EX100 keyboard (27 MHz, modelnumber Y-RBH94) +evdev:input:b0003v046Dp0065* + KEYBOARD_KEY_c104b=battery # Battery icon (Fn + F11) + KEYBOARD_KEY_c104c=ejectcd # Eject icon (Fn + F12) + # iTouch evdev:input:b0003v046DpC308* KEYBOARD_KEY_90001=shop # Shopping |