@@ -218,6 +218,7 @@ static const struct xpad_device {
218
218
{ 0x0c12 , 0x8810 , "Zeroplus Xbox Controller" , 0 , XTYPE_XBOX },
219
219
{ 0x0c12 , 0x9902 , "HAMA VibraX - *FAULTY HARDWARE*" , 0 , XTYPE_XBOX },
220
220
{ 0x0d2f , 0x0002 , "Andamiro Pump It Up pad" , MAP_DPAD_TO_BUTTONS , XTYPE_XBOX },
221
+ { 0x0db0 , 0x1901 , "Micro Star International Xbox360 Controller for Windows" , 0 , XTYPE_XBOX360 },
221
222
{ 0x0e4c , 0x1097 , "Radica Gamester Controller" , 0 , XTYPE_XBOX },
222
223
{ 0x0e4c , 0x1103 , "Radica Gamester Reflex" , MAP_TRIGGERS_TO_BUTTONS , XTYPE_XBOX },
223
224
{ 0x0e4c , 0x2390 , "Radica Games Jtech Controller" , 0 , XTYPE_XBOX },
@@ -493,6 +494,7 @@ static const struct usb_device_id xpad_table[] = {
493
494
XPAD_XBOX360_VENDOR (0x07ff ), /* Mad Catz Gamepad */
494
495
XPAD_XBOXONE_VENDOR (0x0b05 ), /* ASUS controllers */
495
496
XPAD_XBOX360_VENDOR (0x0c12 ), /* Zeroplus X-Box 360 controllers */
497
+ XPAD_XBOX360_VENDOR (0x0db0 ), /* Micro Star International X-Box 360 controllers */
496
498
XPAD_XBOX360_VENDOR (0x0e6f ), /* 0x0e6f Xbox 360 controllers */
497
499
XPAD_XBOXONE_VENDOR (0x0e6f ), /* 0x0e6f Xbox One controllers */
498
500
XPAD_XBOX360_VENDOR (0x0f0d ), /* Hori controllers */
0 commit comments