diff options
author | Daniel Drake <drake@endlessm.com> | 2017-02-17 07:40:52 -0600 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-06 14:43:16 +0100 |
commit | f2f10b7e722a75c6d75a7f7cd06b0eee3ae20f7c (patch) | |
tree | 7da35901f310bbc3e69daeb406a48f6425e3566a /drivers/hid/Kconfig | |
parent | 2fa299a917adb2db2d486b9e4a3072865ce70a03 (diff) | |
download | linux-f2f10b7e722a75c6d75a7f7cd06b0eee3ae20f7c.tar.gz linux-f2f10b7e722a75c6d75a7f7cd06b0eee3ae20f7c.tar.xz |
HID: chicony: Add support for another ASUS Zen AiO keyboard
Add support for media keys on the keyboard that comes with the
Asus V221ID and ZN241IC All In One computers.
The keys to support here are WLAN, BRIGHTNESSDOWN and BRIGHTNESSUP.
This device is not visibly branded as Chicony, and the USB Vendor ID
suggests that it is a JESS device. However this seems like the right place
to put it: the usage codes are identical to the currently supported
devices, and this driver already supports the ASUS AIO keyboard AK1D.
Signed-off-by: Daniel Drake <drake@endlessm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 1aeb80e52424..8eab3200ac9a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -175,11 +175,11 @@ config HID_CHERRY Support for Cherry Cymotion keyboard. config HID_CHICONY - tristate "Chicony Tactical pad" + tristate "Chicony devices" depends on HID default !EXPERT ---help--- - Support for Chicony Tactical pad. + Support for Chicony Tactical pad and special keys on Chicony keyboards. config HID_CORSAIR tristate "Corsair devices" |