diff options
| author | Josenivaldo Benito Junior <jrbenito@benito.qsl.br> | 2012-04-10 18:29:04 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-13 12:15:57 -0400 |
| commit | 212da74da783ba9d4459799f4aaecd5de217a312 (patch) | |
| tree | 7677b4455e3300dc15bc5fa093903c4666d13597 /drivers/hid/Kconfig | |
| parent | dc3c78e43469063c5bf4b744214508f94c4129f9 (diff) | |
HID: Aureal Remote Control Device Driver
Devices like Aureal Cy se W-01RN USB_V3.1 and some derived hardware
have a bogus HID Report Descriptor. According to that report descriptor,
the maximum logical value for key events is 1 and not 101 (101 keys).
This quirk fixes this wrong Report Descriptor.
Signed-off-by: Josenivaldo Benito Junior <jrbenito@benito.qsl.br>
Signed-off-by: Franco Catrin <fcatrin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
| -rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index a3d03325299..1b3447460b6 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
| @@ -92,6 +92,12 @@ config HID_APPLE | |||
| 92 | Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, | 92 | Say Y here if you want support for keyboards of Apple iBooks, PowerBooks, |
| 93 | MacBooks, MacBook Pros and Apple Aluminum. | 93 | MacBooks, MacBook Pros and Apple Aluminum. |
| 94 | 94 | ||
| 95 | config HID_AUREAL | ||
| 96 | tristate "Aureal" | ||
| 97 | depends on USB_HID | ||
| 98 | ---help--- | ||
| 99 | Support for Aureal Cy se W-01RN Remote Controller and other Aureal derived remotes. | ||
| 100 | |||
| 95 | config HID_BELKIN | 101 | config HID_BELKIN |
| 96 | tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT | 102 | tristate "Belkin Flip KVM and Wireless keyboard" if EXPERT |
| 97 | depends on USB_HID | 103 | depends on USB_HID |
