diff options
author | Christian Ohm <chr.ohm@gmx.net> | 2013-05-20 19:31:08 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-05-28 06:15:04 -0400 |
commit | 41de326eafa6eff71c6ca00ae27c6be235c65a6d (patch) | |
tree | 30712ee95e9423b432faee4610b61dc8c24ab44b /drivers/hid/Makefile | |
parent | f755407dd19072b7d20719bc5454caed9ab41cc1 (diff) |
HID: Add driver for Holtek gaming mouse 04d9:a067
This mouse is sold as Sharkoon Drakonia and Perixx MX-2000 and reports a
too high usage maximum and logical maximum. This driver fixes the report
descriptor so those values don't exceed HID_MAX_USAGES.
Signed-off-by: Christian Ohm <chr.ohm@gmx.net>
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 2065694f57ab..1fc048b04aaa 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -51,6 +51,7 @@ obj-$(CONFIG_HID_ELECOM) += hid-elecom.o | |||
51 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o | 51 | obj-$(CONFIG_HID_EZKEY) += hid-ezkey.o |
52 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o | 52 | obj-$(CONFIG_HID_GYRATION) += hid-gyration.o |
53 | obj-$(CONFIG_HID_HOLTEK) += hid-holtek-kbd.o | 53 | obj-$(CONFIG_HID_HOLTEK) += hid-holtek-kbd.o |
54 | obj-$(CONFIG_HID_HOLTEK) += hid-holtek-mouse.o | ||
54 | obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o | 55 | obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o |
55 | obj-$(CONFIG_HID_HYPERV_MOUSE) += hid-hyperv.o | 56 | obj-$(CONFIG_HID_HYPERV_MOUSE) += hid-hyperv.o |
56 | obj-$(CONFIG_HID_ICADE) += hid-icade.o | 57 | obj-$(CONFIG_HID_ICADE) += hid-icade.o |