Skip to content

Commit

Permalink
Added some missing controller names
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 25, 2019
1 parent 8243a3e commit f3d9539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/joystick/hidapi/SDL_hidapijoystick.c
Expand Up @@ -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" },
Expand All @@ -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" },
Expand Down

0 comments on commit f3d9539

Please sign in to comment.