All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: xpad - add support for ZENAIM LEVERLESS
@ 2026-07-23 10:55 Kyohei Kadota
  2026-07-23 17:53 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Kyohei Kadota @ 2026-07-23 10:55 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, linux-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: xpad - add support for ZENAIM LEVERLESS
  2026-07-23 10:55 [PATCH] Input: xpad - add support for ZENAIM LEVERLESS Kyohei Kadota
@ 2026-07-23 17:53 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2026-07-23 17:53 UTC (permalink / raw)
  To: Kyohei Kadota; +Cc: linux-input, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-23 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 10:55 [PATCH] Input: xpad - add support for ZENAIM LEVERLESS Kyohei Kadota
2026-07-23 17:53 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.