Skip to content

Commit 7c477b2

Browse files
Matheos96gregkh
authored andcommitted
Input: xpad - add support for Nacon Evol-X Xbox One Controller
commit 3a6e5ed upstream. Add Nacon Evol-X Xbox One to the list of supported devices. Signed-off-by: Matheos Mattsson <matheos.mattsson@gmail.com> Signed-off-by: Pavel Rojtberg <rojtberg@gmail.com> Link: https://lore.kernel.org/r/20250107192830.414709-9-rojtberg@gmail.com Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c009f18 commit 7c477b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/input/joystick/xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ static const struct xpad_device {
385385
{ 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
386386
{ 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
387387
{ 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE },
388+
{ 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
388389
{ 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
389390
{ 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
390391
{ 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
@@ -532,6 +533,7 @@ static const struct usb_device_id xpad_table[] = {
532533
XPAD_XBOX360_VENDOR(0x2f24), /* GameSir controllers */
533534
XPAD_XBOX360_VENDOR(0x31e3), /* Wooting Keyboards */
534535
XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */
536+
XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */
535537
XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */
536538
XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */
537539
{ }

0 commit comments

Comments
 (0)