Skip to content

Commit be81415

Browse files
endriftdtor
authored andcommitted
Input: xpad - add support for ASUS ROG RAIKIRI
Add the VID/PID for ASUS ROG RAIKIRI to xpad_device and the VID to xpad_table Signed-off-by: Vicki Pfau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 57ed956 commit be81415

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/joystick/xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ static const struct xpad_device {
208208
{ 0x0738, 0xcb29, "Saitek Aviator Stick AV8R02", 0, XTYPE_XBOX360 },
209209
{ 0x0738, 0xf738, "Super SFIV FightStick TE S", 0, XTYPE_XBOX360 },
210210
{ 0x07ff, 0xffff, "Mad Catz GamePad", 0, XTYPE_XBOX360 },
211+
{ 0x0b05, 0x1a38, "ASUS ROG RAIKIRI", 0, XTYPE_XBOXONE },
211212
{ 0x0c12, 0x0005, "Intec wireless", 0, XTYPE_XBOX },
212213
{ 0x0c12, 0x8801, "Nyko Xbox Controller", 0, XTYPE_XBOX },
213214
{ 0x0c12, 0x8802, "Zeroplus Xbox Controller", 0, XTYPE_XBOX },
@@ -487,6 +488,7 @@ static const struct usb_device_id xpad_table[] = {
487488
{ USB_DEVICE(0x0738, 0x4540) }, /* Mad Catz Beat Pad */
488489
XPAD_XBOXONE_VENDOR(0x0738), /* Mad Catz FightStick TE 2 */
489490
XPAD_XBOX360_VENDOR(0x07ff), /* Mad Catz Gamepad */
491+
XPAD_XBOXONE_VENDOR(0x0b05), /* ASUS controllers */
490492
XPAD_XBOX360_VENDOR(0x0c12), /* Zeroplus X-Box 360 controllers */
491493
XPAD_XBOX360_VENDOR(0x0e6f), /* 0x0e6f Xbox 360 controllers */
492494
XPAD_XBOXONE_VENDOR(0x0e6f), /* 0x0e6f Xbox One controllers */

0 commit comments

Comments
 (0)