Skip to content

Commit 1bba296

Browse files
nicolasnobelisdtor
authored andcommitted
Input: xpad - add support for Nacon Pro Compact
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 0201710 commit 1bba296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/input/joystick/xpad.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ static const struct xpad_device {
383383
{ 0x31e3, 0x1300, "Wooting 60HE (AVR)", 0, XTYPE_XBOX360 },
384384
{ 0x31e3, 0x1310, "Wooting 60HE (ARM)", 0, XTYPE_XBOX360 },
385385
{ 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
386+
{ 0x3285, 0x0646, "Nacon Pro Compact", 0, XTYPE_XBOXONE },
386387
{ 0x3537, 0x1004, "GameSir T4 Kaleid", 0, XTYPE_XBOX360 },
387388
{ 0x3767, 0x0101, "Fanatec Speedster 3 Forceshock Wheel", 0, XTYPE_XBOX },
388389
{ 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },

0 commit comments

Comments
 (0)