* [PATCH] Input: xpad: Add support for "Nova 2 Lite" from GameSir
@ 2026-02-11 1:17 Qbeliw Tanaka
2026-04-29 7:20 ` [PATCH resend] xpad: Add " Qbeliw Tanaka
0 siblings, 1 reply; 3+ messages in thread
From: Qbeliw Tanaka @ 2026-02-11 1:17 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-input, q.tanaka
[-- Attachment #1: Type: Text/Plain, Size: 139 bytes --]
Hi.
This patch adds support for the gamepad "Nova 2 Lite" from GameSir. It is compatible with the Xbox 360 gamepad.
Thanks bedforehand.
[-- Attachment #2: 0001-patch-v1-joydev-xpad-Add-support-for-Nova-2-Lite-fro.patch --]
[-- Type: Text/X-Patch, Size: 1158 bytes --]
From 124e8e9057fcfb2439c195fe17f498da22802a18 Mon Sep 17 00:00:00 2001
From: Qbeliw Tanaka <q.tanaka@gmx.com>
Date: Tue, 10 Feb 2026 21:51:12 +0900
Subject: [PATCH] Input: xpad: Add support for "Nova 2 Lite" from
GameSir
This patch adds support for the gamepad "Nova 2 Lite" from GameSir. It is 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
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH resend] xpad: Add "Nova 2 Lite" from GameSir
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
2026-05-01 4:58 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Qbeliw Tanaka @ 2026-04-29 7:20 UTC (permalink / raw)
To: dmitry.torokhov; +Cc: linux-input, q.tanaka
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-01 4:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-11 1:17 [PATCH] Input: xpad: Add support for "Nova 2 Lite" from GameSir Qbeliw Tanaka
2026-04-29 7:20 ` [PATCH resend] xpad: Add " Qbeliw Tanaka
2026-05-01 4:58 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox