Input: xpad - add support for Xbox 360 gamepad
authorJan Kratochvil <honza@jikos.cz>
Wed, 9 May 2007 04:27:37 +0000 (00:27 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Tue, 10 Jul 2007 04:35:15 +0000 (00:35 -0400)
commitc7d9f7eb30dccf601cbdc67d5bd452f54ce90ce4
tree0ca1ade773b9b1f6db1f49bd0c60084753eda9ef
parentf836ac808f031e84d7d73a3540f30f38036bb41e
Input: xpad - add support for Xbox 360 gamepad

Xbox 360 gamepad is slightly different then the previous model so it has
its own version of process_packet method. Detection of this new device
relies on USB_DEVICE_INTERFACE_PROTOCOL macro. This device got vendor
specific subclass so it can't be matched with USB_INTERFACE_INFO and
we need only one interface protocol from four availaible. It means
USB_DEVICE can't be used either.

Added xpad360_btn structure with additional buttons for x360 gamepad.
Added xtype into xpad_device structure to distinguish between different
types of xbox devices.

Signed-off-by: Jan Kratochvil <honza@jikos.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/joystick/xpad.c