]> Git Repo - J-linux.git/commitdiff
Input: xpad - add support for ASUS ROG RAIKIRI PRO
authorLuke D. Jones <[email protected]>
Fri, 7 Jun 2024 23:37:48 +0000 (16:37 -0700)
committerDmitry Torokhov <[email protected]>
Fri, 7 Jun 2024 23:41:22 +0000 (16:41 -0700)
Add the VID/PID for ASUS ROG RAIKIRI PRO to the list of known devices.

Signed-off-by: Luke D. Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/joystick/xpad.c

index 70f0654c58b6a1e8dcf7bb4e63cdafb810003693..2b8370ecf42a88c95d4752099a242cd4e2a7f8c8 100644 (file)
@@ -209,6 +209,7 @@ static const struct xpad_device {
        { 0x0738, 0xf738, "Super SFIV FightStick TE S", 0, XTYPE_XBOX360 },
        { 0x07ff, 0xffff, "Mad Catz GamePad", 0, XTYPE_XBOX360 },
        { 0x0b05, 0x1a38, "ASUS ROG RAIKIRI", 0, XTYPE_XBOXONE },
+       { 0x0b05, 0x1abb, "ASUS ROG RAIKIRI PRO", 0, XTYPE_XBOXONE },
        { 0x0c12, 0x0005, "Intec wireless", 0, XTYPE_XBOX },
        { 0x0c12, 0x8801, "Nyko Xbox Controller", 0, XTYPE_XBOX },
        { 0x0c12, 0x8802, "Zeroplus Xbox Controller", 0, XTYPE_XBOX },
This page took 0.053314 seconds and 4 git commands to generate.