* [PATCH] Input: xpad - add GameSir T4 Kaleid Controller support
@ 2023-07-07 3:45 Jonathan Frederick
2023-07-07 23:59 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Frederick @ 2023-07-07 3:45 UTC (permalink / raw)
To: linux-input; +Cc: dmitry.torokhov
Add VID and PID to the xpad_device table to allow driver
to use the GameSir T4 Kaleid Controller, which is
XTYPE_XBOX360 compatible in xinput mode.
Signed-off-by: Jonathan Frederick <doublej472@gmail.com>
---
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 8f65f41a1fd7..9b12fa909cf5 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -366,6 +366,7 @@ static const struct xpad_device {
{ 0x31e3, 0x1300, "Wooting 60HE (AVR)", 0, XTYPE_XBOX360 },
{ 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
{ 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
+ { 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
{ 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
{ 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
{ 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN }
@@ -498,6 +499,7 @@ static const struct usb_device_id xpad_table[] = {
XPAD_XBOX360_VENDOR(0x2f24), /* GameSir Controllers */
XPAD_XBOX360_VENDOR(0x31e3), /* Wooting Keyboards */
XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */
+ XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */
{ }
};
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: xpad - add GameSir T4 Kaleid Controller support
2023-07-07 3:45 [PATCH] Input: xpad - add GameSir T4 Kaleid Controller support Jonathan Frederick
@ 2023-07-07 23:59 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2023-07-07 23:59 UTC (permalink / raw)
To: Jonathan Frederick; +Cc: linux-input
On Thu, Jul 06, 2023 at 10:45:18PM -0500, Jonathan Frederick wrote:
> Add VID and PID to the xpad_device table to allow driver
> to use the GameSir T4 Kaleid Controller, which is
> XTYPE_XBOX360 compatible in xinput mode.
>
> Signed-off-by: Jonathan Frederick <doublej472@gmail.com>
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-07 23:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-07 3:45 [PATCH] Input: xpad - add GameSir T4 Kaleid Controller support Jonathan Frederick
2023-07-07 23:59 ` Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).