SDL/src/joystick/hidapi
Dimitriy Ryazantcev 17ed8d8085 Added HIDAPI backend for Amazon Luna Controller Model T28B69 connected via Bluetooth LE (VID:0171, PID:0419).
To enter Bluetooth pairing mode hold B and Action (button with circle) buttons for 3 seconds.

It works via usual HIDAPI if special filter driver is not installed:
https://www.amazon.com/gp/help/customer/display.html?nodeId=GZCT4CTFHXLHEB9T

With that driver installed it mimics Xbox One controller and works via XInput under Windows.

Under DInput this controller is not usable at all.
2021-07-07 08:31:12 -07:00
..
steam Valve contributed code is under the Zlib license 2021-01-04 12:17:24 -08:00
SDL_hidapi_gamecube.c Fixed crash if the GameCube controller hasn't been opened yet 2021-02-10 10:22:18 -05:00
SDL_hidapi_luna.c Added HIDAPI backend for Amazon Luna Controller Model T28B69 connected via Bluetooth LE (VID:0171, PID:0419). 2021-07-07 08:31:12 -07:00
SDL_hidapi_ps4.c Always lock the HIDAPI device when closing, in case rumble is pending 2021-01-14 23:49:20 -08:00
SDL_hidapi_ps5.c The PS5 driver supports Joystick LED 2021-05-17 11:54:05 -07:00
SDL_hidapi_rumble.c Added HIDAPI rumble debug info 2021-01-14 23:49:27 -08:00
SDL_hidapi_rumble.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_hidapi_stadia.c SDL: fix packet handling for original version of Stadia FW 2021-02-10 10:22:20 -05:00
SDL_hidapi_steam.c Always lock the HIDAPI device when closing, in case rumble is pending 2021-01-14 23:49:20 -08:00
SDL_hidapi_switch.c Fixed incorrect axis scaling for Nintendo Switch controllers 2021-05-25 10:33:30 -07:00
SDL_hidapi_xbox360.c avoid some pedantic warnings in array initializers 2021-02-10 10:22:20 -05:00
SDL_hidapi_xbox360w.c avoid some pedantic warnings in array initializers 2021-02-10 10:22:20 -05:00
SDL_hidapi_xboxone.c Added support for the PowerA Fusion Pro 2 and the PDP Xbox Series X Afterglow and Blue controllers 2021-06-18 17:37:46 -07:00
SDL_hidapijoystick.c Added HIDAPI backend for Amazon Luna Controller Model T28B69 connected via Bluetooth LE (VID:0171, PID:0419). 2021-07-07 08:31:12 -07:00
SDL_hidapijoystick_c.h Added HIDAPI backend for Amazon Luna Controller Model T28B69 connected via Bluetooth LE (VID:0171, PID:0419). 2021-07-07 08:31:12 -07:00