diff options
author | Oscar Campos <oscar.campos@member.fsf.org> | 2017-03-06 21:02:39 +0000 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-21 14:46:15 +0100 |
commit | 01adc47e885f1127b29d76d0dfb21d8262f9d6b4 (patch) | |
tree | e1159d7b28fc88b9256a77848c46fdd38aed45a5 /drivers/hid/Kconfig | |
parent | deaba636997557fce46ca7bcb509bff5ea1b0558 (diff) | |
download | linux-01adc47e885f1127b29d76d0dfb21d8262f9d6b4.tar.bz2 |
HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to hid-corsair
This mouse sold by Corsair as Scimitar PRO RGB defines two consecutive
Logical Minimum items in its Application (Consumer.0001) report making
it non parseable. This patch fixes the report descriptor overriding
byte 77 in rdesc from 0x16 (Logical Minimum with 16 bits value) to 0x26
(Logical Maximum with 16 bits value).
Signed-off-by: Oscar Campos <oscar.campos@member.fsf.org>
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 8eab3200ac9a..8c54cb8f5d6d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -190,6 +190,7 @@ config HID_CORSAIR Supported devices: - Vengeance K90 + - Scimitar PRO RGB config HID_PRODIKEYS tristate "Prodikeys PC-MIDI Keyboard support" |