Skip to content

Commit 22c69d7

Browse files
niltonperimnetodtor
authored andcommitted
Input: xpad - support Acer NGR 200 Controller
Add the NGR 200 Xbox 360 to the list of recognized controllers. Signed-off-by: Nilton Perim Neto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 77451cb commit 22c69d7

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
@@ -177,6 +177,7 @@ static const struct xpad_device {
177177
{ 0x05fd, 0x107a, "InterAct 'PowerPad Pro' X-Box pad (Germany)", 0, XTYPE_XBOX },
178178
{ 0x05fe, 0x3030, "Chic Controller", 0, XTYPE_XBOX },
179179
{ 0x05fe, 0x3031, "Chic Controller", 0, XTYPE_XBOX },
180+
{ 0x0502, 0x1305, "Acer NGR200", 0, XTYPE_XBOX },
180181
{ 0x062a, 0x0020, "Logic3 Xbox GamePad", 0, XTYPE_XBOX },
181182
{ 0x062a, 0x0033, "Competition Pro Steering Wheel", 0, XTYPE_XBOX },
182183
{ 0x06a3, 0x0200, "Saitek Racing Wheel", 0, XTYPE_XBOX },
@@ -524,6 +525,7 @@ static const struct usb_device_id xpad_table[] = {
524525
XPAD_XBOX360_VENDOR(0x045e), /* Microsoft Xbox 360 controllers */
525526
XPAD_XBOXONE_VENDOR(0x045e), /* Microsoft Xbox One controllers */
526527
XPAD_XBOX360_VENDOR(0x046d), /* Logitech Xbox 360-style controllers */
528+
XPAD_XBOX360_VENDOR(0x0502), /* Acer Inc. Xbox 360 style controllers */
527529
XPAD_XBOX360_VENDOR(0x056e), /* Elecom JC-U3613M */
528530
XPAD_XBOX360_VENDOR(0x06a3), /* Saitek P3600 */
529531
XPAD_XBOX360_VENDOR(0x0738), /* Mad Catz Xbox 360 controllers */

0 commit comments

Comments
 (0)