Input: xpad - add support for Nacon Evol-X Xbox One Controller
authorMatheos Mattsson <matheos.mattsson@gmail.com>
Sat, 18 Jan 2025 01:00:48 +0000 (17:00 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 18 Jan 2025 02:12:08 +0000 (18:12 -0800)
Add Nacon Evol-X Xbox One to the list of supported devices.

Signed-off-by: Matheos Mattsson <matheos.mattsson@gmail.com>
Signed-off-by: Pavel Rojtberg <rojtberg@gmail.com>
Link: https://lore.kernel.org/r/20250107192830.414709-9-rojtberg@gmail.com
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/xpad.c

index 2f2500ade166856b3dbdff48ff362eaceca82169..a01887a38854591a8e93c7ea181cf0a008900470 100644 (file)
@@ -384,6 +384,7 @@ static const struct xpad_device {
        { 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
        { 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
        { 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE },
+       { 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
        { 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
        { 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
        { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
@@ -531,6 +532,7 @@ static const struct usb_device_id xpad_table[] = {
        XPAD_XBOX360_VENDOR(0x2f24),            /* GameSir controllers */
        XPAD_XBOX360_VENDOR(0x31e3),            /* Wooting Keyboards */
        XPAD_XBOX360_VENDOR(0x3285),            /* Nacon GC-100 */
+       XPAD_XBOXONE_VENDOR(0x3285),            /* Nacon Evol-X */
        XPAD_XBOX360_VENDOR(0x3537),            /* GameSir Controllers */
        XPAD_XBOXONE_VENDOR(0x3537),            /* GameSir Controllers */
        { }