[PATCH] Input: xpad - add support for ZENAIM LEVERLESS

Kyohei Kadota posted 1 patch 1 day, 10 hours ago
drivers/input/joystick/xpad.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] Input: xpad - add support for ZENAIM LEVERLESS
Posted by Kyohei Kadota 1 day, 10 hours ago
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>
---
 drivers/input/joystick/xpad.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index feb8f368f834..2da0b7f1722a 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -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 */

base-commit: 248951ddc14de84de3910f9b13f51491a8cd91df
-- 
2.55.0
Re: [PATCH] Input: xpad - add support for ZENAIM LEVERLESS
Posted by Dmitry Torokhov 1 day, 3 hours ago
Hi Kyohei,

On Thu, Jul 23, 2026 at 07:55:57PM +0900, Kyohei Kadota wrote:
> 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>

Your editor or mailer converted tabs to spaces. I fixed it up and
applied, but just wanted to let you know in case you'd want to submit
more patches in the future.

Thanks.

-- 
Dmitry