@@ -208,6 +208,7 @@ static const struct xpad_device {
208
208
{ 0x0738 , 0xcb29 , "Saitek Aviator Stick AV8R02" , 0 , XTYPE_XBOX360 },
209
209
{ 0x0738 , 0xf738 , "Super SFIV FightStick TE S" , 0 , XTYPE_XBOX360 },
210
210
{ 0x07ff , 0xffff , "Mad Catz GamePad" , 0 , XTYPE_XBOX360 },
211
+ { 0x0b05 , 0x1a38 , "ASUS ROG RAIKIRI" , 0 , XTYPE_XBOXONE },
211
212
{ 0x0c12 , 0x0005 , "Intec wireless" , 0 , XTYPE_XBOX },
212
213
{ 0x0c12 , 0x8801 , "Nyko Xbox Controller" , 0 , XTYPE_XBOX },
213
214
{ 0x0c12 , 0x8802 , "Zeroplus Xbox Controller" , 0 , XTYPE_XBOX },
@@ -487,6 +488,7 @@ static const struct usb_device_id xpad_table[] = {
487
488
{ USB_DEVICE (0x0738 , 0x4540 ) }, /* Mad Catz Beat Pad */
488
489
XPAD_XBOXONE_VENDOR (0x0738 ), /* Mad Catz FightStick TE 2 */
489
490
XPAD_XBOX360_VENDOR (0x07ff ), /* Mad Catz Gamepad */
491
+ XPAD_XBOXONE_VENDOR (0x0b05 ), /* ASUS controllers */
490
492
XPAD_XBOX360_VENDOR (0x0c12 ), /* Zeroplus X-Box 360 controllers */
491
493
XPAD_XBOX360_VENDOR (0x0e6f ), /* 0x0e6f Xbox 360 controllers */
492
494
XPAD_XBOXONE_VENDOR (0x0e6f ), /* 0x0e6f Xbox One controllers */
0 commit comments