Commit f3d95396d6dd802240c9dd6b8f246d6f7b305b7d

Sam Lantinga 2019-11-25T15:02:54

Added some missing controller names

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/src/joystick/hidapi/SDL_hidapijoystick.c b/src/joystick/hidapi/SDL_hidapijoystick.c
index 22c7e77..d7ff365 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" },