diff options
author | Olivier Scherler <oscherler@ithink.ch> | 2013-07-27 19:20:02 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-07-29 11:49:29 +0200 |
commit | cb2c9e3f92480a292670e2cc261723ce4de8059e (patch) | |
tree | 4d10b5d17b78f124b9eeba66c3fcd1e4cc8722c9 /drivers/hid/Makefile | |
parent | dfc450b55d6b9215da27c5dc2c5f3ca1865575a6 (diff) | |
download | blackbird-op-linux-cb2c9e3f92480a292670e2cc261723ce4de8059e.tar.gz blackbird-op-linux-cb2c9e3f92480a292670e2cc261723ce4de8059e.zip |
HID: Add new driver for non-compliant Xin-Mo devices.
The driver currently only supports the Dual Arcade controller.
It fixes the negative axis event values (the devices sends -2) to match the
logical axis minimum of the HID report descriptor (the report announces -1).
It is needed because hid-input discards out of bounds values.
Signed-off-by: Olivier Scherler <oscherler@ithink.ch>
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 6f687287e212..a959f4aecaf5 100644 --- a/drivers/hid/Makefile +++ b/drivers/hid/Makefile @@ -110,6 +110,7 @@ obj-$(CONFIG_HID_TIVO) += hid-tivo.o obj-$(CONFIG_HID_TOPSEED) += hid-topseed.o obj-$(CONFIG_HID_TWINHAN) += hid-twinhan.o obj-$(CONFIG_HID_UCLOGIC) += hid-uclogic.o +obj-$(CONFIG_HID_XINMO) += hid-xinmo.o obj-$(CONFIG_HID_ZEROPLUS) += hid-zpff.o obj-$(CONFIG_HID_ZYDACRON) += hid-zydacron.o obj-$(CONFIG_HID_WACOM) += hid-wacom.o |