diff options
author | Tom Harwood <tomharwood@fastmail.fm> | 2012-07-06 08:05:04 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-12 12:34:43 +0200 |
commit | ff9bf5a2eff6e726406bcc097e8a578822d38859 (patch) | |
tree | c6f6c991d504732542c8552954e2235acc9a26d7 /drivers/hid/Makefile | |
parent | 929578ab0339fe42bb3ceeaa2e6607189cddf70b (diff) | |
download | linux-ff9bf5a2eff6e726406bcc097e8a578822d38859.tar.gz linux-ff9bf5a2eff6e726406bcc097e8a578822d38859.tar.bz2 linux-ff9bf5a2eff6e726406bcc097e8a578822d38859.zip |
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/Makefile')
-rw-r--r-- | drivers/hid/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Makefile b/drivers/hid/Makefile index 05913c533ec5..2429ae7c58c0 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -48,6 +48,7 @@ obj-$(CONFIG_HID_EMS_FF) += hid-emsff.o obj-$(CONFIG_HID_ELECOM) += hid-elecom.o obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o obj-$(CONFIG_HID_GYRATION) += hid-gyration.o +obj-$(CONFIG_HID_HOLTEK) += hid-holtek-kbd.o obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o obj-$(CONFIG_HID_HYPERV_MOUSE) += hid-hyperv.o obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o |