public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xpad: Add RedOctane Games vendor id
@ 2026-03-11 21:31 Sanjay Govind
  2026-04-04  5:06 ` Dmitry Torokhov
  0 siblings, 1 reply; 4+ messages in thread
From: Sanjay Govind @ 2026-03-11 21:31 UTC (permalink / raw)
  To: Dmitry Torokhov, Vicki Pfau, Sanjay Govind, Nilton Perim Neto,
	Mario Limonciello, Lode Willems
  Cc: Pierre-Loup A. Griffais, linux-input, linux-kernel

Add vendor ID for RedOctane Games to xpad

Signed-off-by: Sanjay Govind <sanjay.govind9@gmail.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 bf4accf3f581..e97ff270d978 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -585,6 +585,7 @@ static const struct usb_device_id xpad_table[] = {
 	XPAD_XBOX360_VENDOR(0x3651),		/* CRKD Controllers */
 	XPAD_XBOXONE_VENDOR(0x366c),		/* ByoWave controllers */
 	XPAD_XBOX360_VENDOR(0x37d7),		/* Flydigi Controllers */
+	XPAD_XBOX360_VENDOR(0x3958),		/* RedOctane Games Controllers */
 	XPAD_XBOX360_VENDOR(0x413d),		/* Black Shark Green Ghost Controller */
 	{ }
 };
-- 
2.53.0


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

end of thread, other threads:[~2026-04-04  5:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 21:31 [PATCH] xpad: Add RedOctane Games vendor id Sanjay Govind
2026-04-04  5:06 ` Dmitry Torokhov
2026-04-04  5:13   ` Sanjay Govind
2026-04-04  5:34     ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox