HID: add new driver for non-compliant Saitek devices
authorAndreas Hübner <andreas@k4n.de>
Wed, 22 Feb 2012 01:10:06 +0000 (02:10 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 22 Feb 2012 10:30:17 +0000 (11:30 +0100)
commit1e93674a8ea169320950c5e6d1fa29a20b534e60
tree79f4f684bad8bf5ff4bf31566fcc4cef5b8370b4
parent0944e964b23baee17d40abbd314695289380c2fd
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>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-core.c
drivers/hid/hid-ids.h
drivers/hid/hid-saitek.c [new file with mode: 0644]