[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251031201358.10528-2-sanjay.govind9@gmail.com>
Date: Sat, 1 Nov 2025 09:13:56 +1300
From: Sanjay Govind <sanjay.govind9@...il.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>,
Vicki Pfau <vi@...rift.com>,
Pavel Rojtberg <rojtberg@...il.com>,
Antheas Kapenekakis <lkml@...heas.dev>,
Nilton Perim Neto <niltonperimneto@...il.com>,
Mario Limonciello <mario.limonciello@....com>,
"Pierre-Loup A. Griffais" <pgriffais@...vesoftware.com>
Cc: winston.tan@...dleearth.com,
Sanjay Govind <sanjay.govind9@...il.com>,
linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH RESEND] Input: xpad - Add support for CRKD LP Guitars
This commit adds support for CRKD LP Guitar Controllers
Signed-off-by: Sanjay Govind <sanjay.govind9@...il.com>
---
drivers/input/joystick/xpad.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
index d72e89c25e50..33b0ad041247 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -133,6 +133,8 @@ static const struct xpad_device {
} xpad_device[] = {
/* Please keep this list sorted by vendor and product ID. */
{ 0x0079, 0x18d4, "GPD Win 2 X-Box Controller", 0, XTYPE_XBOX360 },
+ { 0x0351, 0x1000, "CRKD LP Blueberry Burst Pro Edition (Xbox)", 0, XTYPE_XBOX360 },
+ { 0x0351, 0x2000, "CRKD LP Black Tribal Edition (Xbox) ", 0, XTYPE_XBOX360 },
{ 0x03eb, 0xff01, "Wooting One (Legacy)", 0, XTYPE_XBOX360 },
{ 0x03eb, 0xff02, "Wooting Two (Legacy)", 0, XTYPE_XBOX360 },
{ 0x03f0, 0x038D, "HyperX Clutch", 0, XTYPE_XBOX360 }, /* wired */
@@ -518,6 +520,7 @@ static const struct usb_device_id xpad_table[] = {
*/
{ USB_INTERFACE_INFO('X', 'B', 0) }, /* Xbox USB-IF not-approved class */
XPAD_XBOX360_VENDOR(0x0079), /* GPD Win 2 controller */
+ XPAD_XBOX360_VENDOR(0x0351), /* CRKD Controllers */
XPAD_XBOX360_VENDOR(0x03eb), /* Wooting Keyboards (Legacy) */
XPAD_XBOX360_VENDOR(0x03f0), /* HP HyperX Xbox 360 controllers */
XPAD_XBOXONE_VENDOR(0x03f0), /* HP HyperX Xbox One controllers */
--
2.51.2
Powered by blists - more mailing lists