diff options
author | Hans de Goede <hdegoede@redhat.com> | 2020-11-26 01:37:45 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2020-11-27 18:15:29 +0300 |
commit | c961facb5b19634eee5bcdd91fc5bf3f1c545bc5 (patch) | |
tree | e3aeafedbef7ec54c93c3fdcef5dbd1cea9210f2 /drivers/hid/hid-ids.h | |
parent | 1008230f2abeb624f6d71b2e1c424fa4eeebbf84 (diff) | |
download | linux-c961facb5b19634eee5bcdd91fc5bf3f1c545bc5.tar.xz |
HID: ite: Add support for Acer S1002 keyboard-dock
Make the hid-ite driver handle the Acer S1002 keyboard-dock, this
leads to 2 improvements:
1. The non working wifi-toggle hotkey now works.
2. Toggling the touchpad on of with the hotkey will no show OSD
notifications in e.g. GNOME3. The actual toggling is handled inside
the keyboard, this adds support for notifying evdev listeners about this.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index d1841fece116..787b20d02451 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -1134,6 +1134,7 @@ #define USB_DEVICE_ID_SYNAPTICS_DELL_K12A 0x2819 #define USB_DEVICE_ID_SYNAPTICS_ACER_SWITCH5_012 0x2968 #define USB_DEVICE_ID_SYNAPTICS_TP_V103 0x5710 +#define USB_DEVICE_ID_SYNAPTICS_ACER_ONE_S1002 0x73f4 #define USB_DEVICE_ID_SYNAPTICS_ACER_ONE_S1003 0x73f5 #define USB_DEVICE_ID_SYNAPTICS_ACER_SWITCH5 0x81a7 |