diff options
author | Tom Harwood <tomharwood@fastmail.fm> | 2012-07-06 11:05:04 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-12 06:34:43 -0400 |
commit | ff9bf5a2eff6e726406bcc097e8a578822d38859 (patch) | |
tree | c6f6c991d504732542c8552954e2235acc9a26d7 /drivers/hid/Kconfig | |
parent | 929578ab0339fe42bb3ceeaa2e6607189cddf70b (diff) |
HID: Add driver for Holtek based keyboards with broken HID
Corrects two HID descriptor issues, which prevent some Holtek based
(USB ID 04d9:a055) keyboards from working. The error when not using
the driver is: generic-usb: probe ... failed with error -22 .
Signed-off-by: Tom Harwood <tomharwood@fastmail.fm>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index cbf0e0344e3e..8e439e290fc4 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -200,10 +200,12 @@ config HID_EZKEY | |||
200 | Support for Ezkey BTC 8193 keyboard. | 200 | Support for Ezkey BTC 8193 keyboard. |
201 | 201 | ||
202 | config HID_HOLTEK | 202 | config HID_HOLTEK |
203 | tristate "Holtek On Line Grip based game controller support" | 203 | tristate "Holtek HID devices" |
204 | depends on USB_HID | 204 | depends on USB_HID |
205 | ---help--- | 205 | ---help--- |
206 | Say Y here if you have a Holtek On Line Grip based game controller. | 206 | Support for Holtek based devices: |
207 | - Holtek On Line Grip based game controller | ||
208 | - Trust GXT 18 Gaming Keyboard | ||
207 | 209 | ||
208 | config HOLTEK_FF | 210 | config HOLTEK_FF |
209 | bool "Holtek On Line Grip force feedback support" | 211 | bool "Holtek On Line Grip force feedback support" |