@@ -357,6 +357,8 @@ static const struct xpad_device {
357357 { 0x24c6 , 0x5d04 , "Razer Sabertooth" , 0 , XTYPE_XBOX360 },
358358 { 0x24c6 , 0xfafe , "Rock Candy Gamepad for Xbox 360" , 0 , XTYPE_XBOX360 },
359359 { 0x2563 , 0x058d , "OneXPlayer Gamepad" , 0 , XTYPE_XBOX360 },
360+ { 0x294b , 0x3303 , "Snakebyte GAMEPAD BASE X" , 0 , XTYPE_XBOXONE },
361+ { 0x294b , 0x3404 , "Snakebyte GAMEPAD RGB X" , 0 , XTYPE_XBOXONE },
360362 { 0x2dc8 , 0x2000 , "8BitDo Pro 2 Wired Controller fox Xbox" , 0 , XTYPE_XBOXONE },
361363 { 0x2dc8 , 0x3106 , "8BitDo Pro 2 Wired Controller" , 0 , XTYPE_XBOX360 },
362364 { 0x2e24 , 0x0652 , "Hyperkin Duke X-Box One pad" , 0 , XTYPE_XBOXONE },
@@ -499,6 +501,7 @@ static const struct usb_device_id xpad_table[] = {
499501 XPAD_XBOXONE_VENDOR (0x24c6 ), /* PowerA controllers */
500502 XPAD_XBOX360_VENDOR (0x2563 ), /* OneXPlayer Gamepad */
501503 XPAD_XBOX360_VENDOR (0x260d ), /* Dareu H101 */
504+ XPAD_XBOXONE_VENDOR (0x294b ), /* Snakebyte */
502505 XPAD_XBOX360_VENDOR (0x2c22 ), /* Qanba Controllers */
503506 XPAD_XBOX360_VENDOR (0x2dc8 ), /* 8BitDo Pro 2 Wired Controller */
504507 XPAD_XBOXONE_VENDOR (0x2dc8 ), /* 8BitDo Pro 2 Wired Controller for Xbox */
0 commit comments