Linux Input/HID development
 help / color / mirror / Atom feed
From: Qbeliw Tanaka <q.tanaka@gmx.com>
To: dmitry.torokhov@gmail.com
Cc: linux-input@vger.kernel.org, q.tanaka@gmx.com
Subject: [PATCH resend] xpad: Add "Nova 2 Lite" from GameSir
Date: Wed, 29 Apr 2026 16:20:40 +0900 (JST)	[thread overview]
Message-ID: <20260429.162040.930225048583399359.q.tanaka@gmx.com> (raw)
In-Reply-To: <20260211.101707.2126959894059795107.q.tanaka@gmx.com>

Add support for the gamepad "Nova 2 Lite" from GameSir, compatible with the Xbox 360 gamepad.

Signed-off-by: Qbeliw Tanaka <q.tanaka@gmx.com>
---
 drivers/input/joystick/xpad.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index 363d50949..8d96349c3 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -421,6 +421,7 @@ static const struct xpad_device {
 	{ 0x3285, 0x0662, "Nacon Revolution5 Pro", 0, XTYPE_XBOX360 },
 	{ 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
 	{ 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 },
 	{ 0x3651, 0x1000, "CRKD SG", 0, XTYPE_XBOX360 },
 	{ 0x366c, 0x0005, "ByoWave Proteus Controller", MAP_SHARE_BUTTON, XTYPE_XBOXONE, FLAG_DELAY_INIT },
--
2.52.0

  reply	other threads:[~2026-04-29  7:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-11  1:17 [PATCH] Input: xpad: Add support for "Nova 2 Lite" from GameSir Qbeliw Tanaka
2026-04-29  7:20 ` Qbeliw Tanaka [this message]
2026-05-01  4:58   ` [PATCH resend] xpad: Add " Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260429.162040.930225048583399359.q.tanaka@gmx.com \
    --to=q.tanaka@gmx.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox