Skip to content

Commit 3a6e5ed

Browse files
Matheos96dtor
authored andcommitted
Input: xpad - add support for Nacon Evol-X Xbox One Controller
Add Nacon Evol-X Xbox One to the list of supported devices. Signed-off-by: Matheos Mattsson <[email protected]> Signed-off-by: Pavel Rojtberg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 1863f21 commit 3a6e5ed

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
@@ -384,6 +384,7 @@ static const struct xpad_device {
384384
{ 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
385385
{ 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
386386
{ 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE },
387+
{ 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
387388
{ 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
388389
{ 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
389390
{ 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
@@ -531,6 +532,7 @@ static const struct usb_device_id xpad_table[] = {
531532
XPAD_XBOX360_VENDOR(0x2f24), /* GameSir controllers */
532533
XPAD_XBOX360_VENDOR(0x31e3), /* Wooting Keyboards */
533534
XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */
535+
XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */
534536
XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */
535537
XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */
536538
{ }

0 commit comments

Comments
 (0)