Skip to content

Commit 2aab156

Browse files
sanjay900dtor
authored andcommitted
Input: xpad - support Ardwiino Controllers
This commit adds support for Ardwiino Controllers Signed-off-by: Sanjay Govind <sanjay.govind9@gmail.com> Link: https://lore.kernel.org/r/20201201071922.131666-1-sanjay.govind9@gmail.com Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent a48491c commit 2aab156

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/input/joystick/xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ static const struct xpad_device {
241241
{ 0x1038, 0x1430, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
242242
{ 0x1038, 0x1431, "SteelSeries Stratus Duo", 0, XTYPE_XBOX360 },
243243
{ 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 },
244+
{ 0x1209, 0x2882, "Ardwiino Controller", 0, XTYPE_XBOX360 },
244245
{ 0x12ab, 0x0004, "Honey Bee Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
245246
{ 0x12ab, 0x0301, "PDP AFTERGLOW AX.1", 0, XTYPE_XBOX360 },
246247
{ 0x12ab, 0x0303, "Mortal Kombat Klassic FightStick", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
@@ -418,6 +419,7 @@ static const struct usb_device_id xpad_table[] = {
418419
XPAD_XBOXONE_VENDOR(0x0f0d), /* Hori Controllers */
419420
XPAD_XBOX360_VENDOR(0x1038), /* SteelSeries Controllers */
420421
XPAD_XBOX360_VENDOR(0x11c9), /* Nacon GC100XF */
422+
XPAD_XBOX360_VENDOR(0x1209), /* Ardwiino Controllers */
421423
XPAD_XBOX360_VENDOR(0x12ab), /* X-Box 360 dance pads */
422424
XPAD_XBOX360_VENDOR(0x1430), /* RedOctane X-Box 360 controllers */
423425
XPAD_XBOX360_VENDOR(0x146b), /* BigBen Interactive Controllers */

0 commit comments

Comments
 (0)