diff options
author | Christian Ohm <chr.ohm@gmx.net> | 2013-05-20 23:31:08 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 10:15:04 (GMT) |
commit | 41de326eafa6eff71c6ca00ae27c6be235c65a6d (patch) | |
tree | 30712ee95e9423b432faee4610b61dc8c24ab44b /drivers/hid/Kconfig | |
parent | f755407dd19072b7d20719bc5454caed9ab41cc1 (diff) | |
download | linux-41de326eafa6eff71c6ca00ae27c6be235c65a6d.tar.xz |
HID: Add driver for Holtek gaming mouse 04d9:a067
This mouse is sold as Sharkoon Drakonia and Perixx MX-2000 and reports a
too high usage maximum and logical maximum. This driver fixes the report
descriptor so those values don't exceed HID_MAX_USAGES.
Signed-off-by: Christian Ohm <chr.ohm@gmx.net>
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 fb52f3f..a0e19dc 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -231,6 +231,7 @@ config HID_HOLTEK Support for Holtek based devices: - Holtek On Line Grip based game controller - Trust GXT 18 Gaming Keyboard + - Sharkoon Drakonia / Perixx MX-2000 gaming mice config HOLTEK_FF bool "Holtek On Line Grip force feedback support" |