diff options
author | Chris Chiu | 2017-03-01 15:48:51 -0600 |
---|---|---|
committer | Jiri Kosina | 2017-03-30 11:16:53 +0200 |
commit | 1caccc2565a83b79dd6e4af15bea35995487a379 (patch) | |
tree | 13033e50d41924c7418c49b391f5cf02fa188e61 /drivers/hid/Kconfig | |
parent | 7877474905460e084bdfa65a82b9280767cfbfd6 (diff) |
HID: asus: support Republic of Gamers special keys
Add support for the special keys found on the internal keyboard of the
Asus Republic of Gamers (ROG) laptop models GL553VD, GL553VE, GL753VD
and GL753VE.
Signed-off-by: Chris Chiu <chiu@endlessm.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index b22bcefd5e85..de4ed3752a4e 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -137,11 +137,14 @@ config HID_APPLEIR config HID_ASUS tristate "Asus" ---help--- - Support for Asus notebook built-in keyboard and touchpad via i2c. + Support for Asus notebook built-in keyboard and touchpad via i2c, and + the Asus Republic of Gamers laptop keyboard special keys. Supported devices: - EeeBook X205TA - VivoBook E200HA + - GL553V series + - GL753V series config HID_AUREAL tristate "Aureal" |