]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Input: xpad - add RedOctane Games vendor id
authorSanjay Govind <sanjay.govind9@gmail.com>
Sat, 4 Apr 2026 05:35:50 +0000 (22:35 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 4 Apr 2026 05:36:46 +0000 (22:36 -0700)
Add vendor ID for RedOctane Games to xpad driver.

Signed-off-by: Sanjay Govind <sanjay.govind9@gmail.com>
Link: https://patch.msgid.link/20260311213106.271577-2-sanjay.govind9@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/xpad.c

index ce0f0b7e8fa03c310b0a3a8a99f663c8142c461a..e2fa69af2ce1a9d761a6b82f0bcd023b2c414d9d 100644 (file)
@@ -551,6 +551,7 @@ static const struct usb_device_id xpad_table[] = {
        XPAD_XBOX360_VENDOR(0x3651),            /* CRKD Controllers */
        XPAD_XBOXONE_VENDOR(0x366c),            /* ByoWave controllers */
        XPAD_XBOX360_VENDOR(0x37d7),            /* Flydigi Controllers */
+       XPAD_XBOX360_VENDOR(0x3958),            /* RedOctane Games Controllers */
        XPAD_XBOX360_VENDOR(0x413d),            /* Black Shark Green Ghost Controller */
        { }
 };