diff options
author | Jiri Kosina <jkosina@suse.cz> | 2009-03-11 06:43:27 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:12:54 -0400 |
commit | 794227415f8f5f395a9ed4269a4ee7a3c34f66a5 (patch) | |
tree | 9c0a7f22ceb0c2b940eb80d33b5f792e70dd48a9 /drivers/hid/Makefile | |
parent | fef3f571ecc2a82395c531d97b3f71a59e04e946 (diff) |
HID: add support for Kye/Genius Ergo 525V
This device sends several buttons in a separate field, which is
wrongly described in the report descriptor. Fix it in the following
way:
- change led usage page to button
- report size 8 count 1 becomes report size 1 count 8
- the button usage range changed to 4-7 (the mouse has three buttons in
a different field already).
Reported-by: Tomas Hanak <tomas.hanak@gmail.com>
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 53e133146b58..e6b72ed0d70a 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -30,6 +30,7 @@ obj-$(CONFIG_DRAGONRISE_FF) += hid-drff.o | |||
30 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o | 30 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o |
31 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o | 31 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o |
32 | obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o | 32 | obj-$(CONFIG_HID_KENSINGTON) += hid-kensington.o |
33 | obj-$(CONFIG_HID_KYE) += hid-kye.o | ||
33 | obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o | 34 | obj-$(CONFIG_HID_LOGITECH) += hid-logitech.o |
34 | obj-$(CONFIG_HID_MICROSOFT) += hid-microsoft.o | 35 | obj-$(CONFIG_HID_MICROSOFT) += hid-microsoft.o |
35 | obj-$(CONFIG_HID_MONTEREY) += hid-monterey.o | 36 | obj-$(CONFIG_HID_MONTEREY) += hid-monterey.o |