Skip to content

Commit 1821d28

Browse files
authored
Input: xpad - add support for 8BitDo Ultimate Wireless controller dongle
Signed-off-by: Josh Cotton <[email protected]>
1 parent dbe7e09 commit 1821d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xpad.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ static const struct xpad_device {
371371
{ 0x24c6, 0xfafe, "Rock Candy Gamepad for Xbox 360", 0, XTYPE_XBOX360 },
372372
{ 0x2563, 0x058d, "OneXPlayer Gamepad", 0, XTYPE_XBOX360 },
373373
{ 0x2dc8, 0x2000, "8BitDo Pro 2 Wired Controller fox Xbox", 0, XTYPE_XBOXONE },
374+
{ 0x2dc8, 0x3106, "8BitDo Ultimate Wireless Controller", 0, XTYPE_XBOX360 },
374375
{ 0x31e3, 0x1100, "Wooting One", 0, XTYPE_XBOX360 },
375376
{ 0x31e3, 0x1200, "Wooting Two", 0, XTYPE_XBOX360 },
376377
{ 0x31e3, 0x1210, "Wooting Lekker", 0, XTYPE_XBOX360 },
@@ -512,6 +513,7 @@ static const struct usb_device_id xpad_table[] = {
512513
XPAD_XBOX360_VENDOR(0x2563), /* OneXPlayer Gamepad */
513514
XPAD_XBOX360_VENDOR(0x260d), /* Dareu H101 */
514515
XPAD_XBOXONE_VENDOR(0x2dc8), /* 8BitDo Pro 2 Wired Controller for Xbox */
516+
XPAD_XBOX360_VENDOR(0x2dc8), /* 8BitDo Ultimate Wireless Controller */
515517
XPAD_XBOXONE_VENDOR(0x2e24), /* Hyperkin Duke X-Box One pad */
516518
XPAD_XBOX360_VENDOR(0x2f24), /* GameSir Controllers */
517519
XPAD_XBOX360_VENDOR(0x31e3), /* Wooting Keyboards */

0 commit comments

Comments
 (0)