@@ -94,6 +94,7 @@
#define XTYPE_XBOX360 1
#define XTYPE_XBOX360W 2
#define XTYPE_UNKNOWN 3
+#define XTYPE_XBOX360BB 4
static int dpad_to_buttons;
module_param(dpad_to_buttons, bool, S_IRUGO);
@@ -147,6 +148,7 @@ static const struct xpad_device {
{ 0x045e, 0x028e, "Microsoft X-Box 360 pad", MAP_DPAD_TO_AXES,
XTYPE_XBOX360 },
{ 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS,
XTYPE_XBOX360 },
{ 0xffff, 0xffff, "Chinese-made Xbox Controller", MAP_DPAD_TO_AXES,
XTYPE_XBOX },
+ { 0x045e, 0x02a0, "Microsoft X-Box 360 Big Button IR reciever",