diff options
author | Andreas Hübner <andreas@k4n.de> | 2012-02-21 20:10:06 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-22 05:30:17 -0500 |
commit | 1e93674a8ea169320950c5e6d1fa29a20b534e60 (patch) | |
tree | 79f4f684bad8bf5ff4bf31566fcc4cef5b8370b4 /drivers/hid/Makefile | |
parent | 0944e964b23baee17d40abbd314695289380c2fd (diff) |
HID: add new driver for non-compliant Saitek devices
The driver currently only supports the PS1000 controller.
It fixes the report descriptor by removing a non-existing axis and
clearing the constant bit on the d-pad and button input reports.
Signed-off-by: Andreas Hübner <andreas@k4n.de>
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 c05f448f34a0..524532b49eaa 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile | |||
@@ -72,6 +72,7 @@ obj-$(CONFIG_HID_ROCCAT_KONE) += hid-roccat-kone.o | |||
72 | obj-$(CONFIG_HID_ROCCAT_KONEPLUS) += hid-roccat-koneplus.o | 72 | obj-$(CONFIG_HID_ROCCAT_KONEPLUS) += hid-roccat-koneplus.o |
73 | obj-$(CONFIG_HID_ROCCAT_KOVAPLUS) += hid-roccat-kovaplus.o | 73 | obj-$(CONFIG_HID_ROCCAT_KOVAPLUS) += hid-roccat-kovaplus.o |
74 | obj-$(CONFIG_HID_ROCCAT_PYRA) += hid-roccat-pyra.o | 74 | obj-$(CONFIG_HID_ROCCAT_PYRA) += hid-roccat-pyra.o |
75 | obj-$(CONFIG_HID_SAITEK) += hid-saitek.o | ||
75 | obj-$(CONFIG_HID_SAMSUNG) += hid-samsung.o | 76 | obj-$(CONFIG_HID_SAMSUNG) += hid-samsung.o |
76 | obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o | 77 | obj-$(CONFIG_HID_SMARTJOYPLUS) += hid-sjoy.o |
77 | obj-$(CONFIG_HID_SONY) += hid-sony.o | 78 | obj-$(CONFIG_HID_SONY) += hid-sony.o |