aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/joystick/xpad.c')
-rw-r--r--drivers/input/joystick/xpad.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index 16f000a76de5..3258baf3282e 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -189,6 +189,7 @@ static const struct xpad_device {
189 { 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, 189 { 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
190 { 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", 0, XTYPE_XBOX360 }, 190 { 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", 0, XTYPE_XBOX360 },
191 { 0x1532, 0x0037, "Razer Sabertooth", 0, XTYPE_XBOX360 }, 191 { 0x1532, 0x0037, "Razer Sabertooth", 0, XTYPE_XBOX360 },
192 { 0x1532, 0x0a03, "Razer Wildcat", 0, XTYPE_XBOXONE },
192 { 0x15e4, 0x3f00, "Power A Mini Pro Elite", 0, XTYPE_XBOX360 }, 193 { 0x15e4, 0x3f00, "Power A Mini Pro Elite", 0, XTYPE_XBOX360 },
193 { 0x15e4, 0x3f0a, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 }, 194 { 0x15e4, 0x3f0a, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 },
194 { 0x15e4, 0x3f10, "Batarang Xbox 360 controller", 0, XTYPE_XBOX360 }, 195 { 0x15e4, 0x3f10, "Batarang Xbox 360 controller", 0, XTYPE_XBOX360 },
@@ -310,6 +311,7 @@ static struct usb_device_id xpad_table[] = {
310 XPAD_XBOX360_VENDOR(0x1689), /* Razer Onza */ 311 XPAD_XBOX360_VENDOR(0x1689), /* Razer Onza */
311 XPAD_XBOX360_VENDOR(0x24c6), /* PowerA Controllers */ 312 XPAD_XBOX360_VENDOR(0x24c6), /* PowerA Controllers */
312 XPAD_XBOX360_VENDOR(0x1532), /* Razer Sabertooth */ 313 XPAD_XBOX360_VENDOR(0x1532), /* Razer Sabertooth */
314 XPAD_XBOXONE_VENDOR(0x1532), /* Razer Wildcat */
313 XPAD_XBOX360_VENDOR(0x15e4), /* Numark X-Box 360 controllers */ 315 XPAD_XBOX360_VENDOR(0x15e4), /* Numark X-Box 360 controllers */
314 XPAD_XBOX360_VENDOR(0x162e), /* Joytech X-Box 360 controllers */ 316 XPAD_XBOX360_VENDOR(0x162e), /* Joytech X-Box 360 controllers */
315 { } 317 { }