diff --git a/src/joystick/hidapi/SDL_hidapijoystick.c b/src/joystick/hidapi/SDL_hidapijoystick.c index 22c7e77e0..d7ff365c2 100644 --- a/src/joystick/hidapi/SDL_hidapijoystick.c +++ b/src/joystick/hidapi/SDL_hidapijoystick.c @@ -466,6 +466,7 @@ HIDAPI_XboxControllerName(Uint16 vendor_id, Uint16 product_id) { MAKE_VIDPID(0x0e6f, 0x021f), "Rock Candy Gamepad for Xbox 360" }, { MAKE_VIDPID(0x0e6f, 0x0246), "Rock Candy Gamepad for Xbox One 2015" }, { MAKE_VIDPID(0x0e6f, 0x02a4), "PDP Wired Controller for Xbox One - Stealth Series" }, + { MAKE_VIDPID(0x0e6f, 0x02a6), "PDP Wired Controller for Xbox One - Camo Series" }, { MAKE_VIDPID(0x0e6f, 0x02ab), "PDP Controller for Xbox One" }, { MAKE_VIDPID(0x0e6f, 0x0301), "Logic3 Controller" }, { MAKE_VIDPID(0x0e6f, 0x0346), "Rock Candy Gamepad for Xbox One 2016" }, @@ -481,6 +482,8 @@ HIDAPI_XboxControllerName(Uint16 vendor_id, Uint16 product_id) { MAKE_VIDPID(0x0f0d, 0x0063), "Hori Real Arcade Pro Hayabusa (USA) Xbox One" }, { MAKE_VIDPID(0x0f0d, 0x0067), "HORIPAD ONE" }, { MAKE_VIDPID(0x0f0d, 0x0078), "Hori Real Arcade Pro V Kai Xbox One" }, + { MAKE_VIDPID(0x1038, 0x1430), "SteelSeries Stratus Duo" }, + { MAKE_VIDPID(0x1038, 0x1431), "SteelSeries Stratus Duo" }, { MAKE_VIDPID(0x11c9, 0x55f0), "Nacon GC-100XF" }, { MAKE_VIDPID(0x12ab, 0x0004), "Honey Bee Xbox360 dancepad" }, { MAKE_VIDPID(0x12ab, 0x0301), "PDP AFTERGLOW AX.1" },