HID: add driver for the Logitech Flight System G940
authorGary Stein <LordCnidarian@gmail.com>
Tue, 12 Jan 2010 23:25:58 +0000 (00:25 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 12 Jan 2010 23:26:31 +0000 (00:26 +0100)
commit74f292ca8c7a2b9370f80d97a49e48174f4c7635
treea42e4260f003aff9ec76e1b80fd09e027cb79e57
parentd67dec5b2cc208215de21dc7806945bf6a6e85d0
HID: add driver for the Logitech Flight System G940

Implements a new USB-HID for Force Feedback based on the normal
Logitech Force Feedback code and FF-Memless.

Currently only supports the FF_CONSTANT effect although the joystick
appears to support additional non-standard ones.

Signed-off-by: Gary Stein <LordCnidarian@gmail.com>
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-lg.c
drivers/hid/hid-lg.h
drivers/hid/hid-lg3ff.c [new file with mode: 0644]
drivers/hid/hid-lgff.c