diff options
author | Anders F. U. Kiær <ablacksheep@gmail.com> | 2013-10-21 23:42:22 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-25 10:26:43 +0100 |
commit | f1a4914bd04911fbeaee23445112adae8977144a (patch) | |
tree | bb545dbb0704ea77595dd34b7900d8d4491cccae /drivers/hid/Kconfig | |
parent | 1c241131a126df9bfb930f27d2fe8887971af0c7 (diff) |
HID: add support for LEETGION Hellion Gaming Mouse
Added id, bindings and comments for Holtek USB ID 04d9:a072
LEETGION Hellion Gaming mouse to use the same corrections of the report
descriptor as Holtek 04d9:a067. As the mouse exceed HID_MAX_USAGES at the
same offsets in the reported descriptor.
Tested on the hardware.
Signed-off-by: Anders F. U. Kiær <ablacksheep@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c91d547191dd..d68292a50df5 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -242,6 +242,7 @@ config HID_HOLTEK - Tracer Sniper TRM-503 / NOVA Gaming Slider X200 / Zalman ZM-GM1 - SHARKOON DarkGlider Gaming mouse + - LEETGION Hellion Gaming Mouse config HOLTEK_FF bool "Holtek On Line Grip force feedback support" |