* [PATCH] Input: xpad - add support for Nacon Pro Compact
@ 2024-11-16 18:24 nicolas
2024-11-27 20:09 ` Dmitry Torokhov
0 siblings, 1 reply; 2+ messages in thread
From: nicolas @ 2024-11-16 18:24 UTC (permalink / raw)
To: dmitry.torokhov; +Cc: linux-input, Nicolas Nobelis
From: Nicolas Nobelis <nicolas@nobelis.eu>
Add Nacon Pro Compact to the list of supported devices. These are the
ids of the "Colorlight" variant. The buttons, sticks and vibrations
work. The decorative LEDs on the other hand do not (they stay turned
off).
Signed-off-by: Nicolas Nobelis <nicolas@nobelis.eu>
---
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 3e61df927277..d87faef67404 100644
--- a/drivers/input/joystick/xpad.c
+++ b/drivers/input/joystick/xpad.c
@@ -381,6 +381,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 },
+ { 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE },
{ 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 },
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Input: xpad - add support for Nacon Pro Compact
2024-11-16 18:24 [PATCH] Input: xpad - add support for Nacon Pro Compact nicolas
@ 2024-11-27 20:09 ` Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2024-11-27 20:09 UTC (permalink / raw)
To: nicolas; +Cc: linux-input
On Sat, Nov 16, 2024 at 07:24:19PM +0100, nicolas@nobelis.eu wrote:
> From: Nicolas Nobelis <nicolas@nobelis.eu>
>
> Add Nacon Pro Compact to the list of supported devices. These are the
> ids of the "Colorlight" variant. The buttons, sticks and vibrations
> work. The decorative LEDs on the other hand do not (they stay turned
> off).
>
> Signed-off-by: Nicolas Nobelis <nicolas@nobelis.eu>
Applied, thank you.
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-27 20:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-16 18:24 [PATCH] Input: xpad - add support for Nacon Pro Compact nicolas
2024-11-27 20:09 ` Dmitry Torokhov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.