diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 09:12:45 -0500 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-17 09:12:45 -0500 |
| commit | 177900e8c9ab28cdf097314fe7dd3877774df97d (patch) | |
| tree | 1936e26251316bdbaebdd07f2f3ede2d1cc9e976 /drivers/hid/Makefile | |
| parent | 6d3bfb74341c2c1454fcf5ec9c4dd707011f78e5 (diff) | |
HID: add support for Keytouch IEC 60945
The keyboard has several bugs in its report descriptor, most
importantly the Logical Min/Max are completely off.
Replace it with simplified descriptor which describes it properly.
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 2e1b1e3326c..569647763d1 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
| @@ -41,6 +41,7 @@ obj-$(CONFIG_HID_ELECOM) += hid-elecom.o | |||
| 41 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o | 41 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o |
| 42 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o | 42 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o |
| 43 | obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o | 43 | obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o |
| 44 | obj-$(CONFIG_HID_KEYTOUCH) += hid-keytouch.o | ||
| 44 | obj-$(CONFIG_HID_KYE) += hid-kye.o | 45 | obj-$(CONFIG_HID_KYE) += hid-kye.o |
| 45 | obj-$(CONFIG_HID_LCPOWER) += hid-lcpower.o | 46 | obj-$(CONFIG_HID_LCPOWER) += hid-lcpower.o |
| 46 | obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o | 47 | obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o |
