]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Input: xpad - add support for ZENAIM LEVERLESS
authorKyohei Kadota <lufia@lufia.org>
Thu, 23 Jul 2026 10:55:57 +0000 (19:55 +0900)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 23 Jul 2026 17:50:16 +0000 (10:50 -0700)
Add the VID/PID for the ZENAIM LEVERLESS controller to xpad_device and
the VID to xpad_table.

Signed-off-by: KADOTA, Kyohei <lufia@lufia.org>
Link: https://patch.msgid.link/CAFMepckDUuOHiDDVVhUYc-UqJMeCqrWSfCuxbJ2x2sGgdDD4nw@mail.gmail.com
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/xpad.c

index feb8f368f834e3356e38266297aa1d2e51b5419f..2da0b7f1722aaebfe9ec5703a56569171c5e3d63 100644 (file)
@@ -394,6 +394,7 @@ static const struct xpad_device {
        { 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE },
        { 0x3285, 0x0662, "Nacon Revolution5 Pro", 0, XTYPE_XBOX360 },
        { 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
+       { 0x3507, 0x000b, "ZENAIM LEVERLESS", 0, XTYPE_XBOX360 },
        { 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
        { 0x3537, 0x100f, "GameSir Nova 2 Lite", 0, XTYPE_XBOX360 },
        { 0x3537, 0x1010, "GameSir G7 SE", 0, XTYPE_XBOXONE },
@@ -557,6 +558,7 @@ static const struct usb_device_id xpad_table[] = {
        XPAD_XBOX360_VENDOR(0x31e3),            /* Wooting Keyboards */
        XPAD_XBOX360_VENDOR(0x3285),            /* Nacon GC-100 */
        XPAD_XBOXONE_VENDOR(0x3285),            /* Nacon Evol-X */
+       XPAD_XBOX360_VENDOR(0x3507),            /* ZENAIM Controllers */
        XPAD_XBOX360_VENDOR(0x3537),            /* GameSir Controllers */
        XPAD_XBOXONE_VENDOR(0x3537),            /* GameSir Controllers */
        XPAD_XBOX360_VENDOR(0x3651),            /* CRKD Controllers */