Skip to content

Commit 36b39c2

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 <[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]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a2e9908 commit 36b39c2

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
@@ -386,6 +386,7 @@ static const struct xpad_device {
386386
{ 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
387387
{ 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
388388
{ 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE },
389+
{ 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
389390
{ 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
390391
{ 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
391392
{ 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
@@ -534,6 +535,7 @@ static const struct usb_device_id xpad_table[] = {
534535
XPAD_XBOX360_VENDOR(0x2f24), /* GameSir controllers */
535536
XPAD_XBOX360_VENDOR(0x31e3), /* Wooting Keyboards */
536537
XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */
538+
XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */
537539
XPAD_XBOX360_VENDOR(0x3537), /* GameSir Controllers */
538540
XPAD_XBOXONE_VENDOR(0x3537), /* GameSir Controllers */
539541
{ }

0 commit comments

Comments
 (0)