SDL/src/joystick/hidapi
Cameron Gutman 2c04df8d65 joystick: Fix rumble issues on PS5 HIDAPI controllers
We were returning the report size from HIDAPI_DriverPS5_RumbleJoystick() rather
than 0 upon success, causing SDL_JoystickRumble() (and callers) to think that
rumbling failed.

This didn't cause major problems until 1868c5b, when it started preventing
rumble state from being persisted in the joystick core, even though it was
successfully sent to the hardware.

This led to all sorts of strangeness, including broken rumble duration and
attempts to stop rumble being discarded.
2022-03-30 18:33:38 -05:00
..
steam Use the correct update rate for Steam Controller sensors 2021-10-02 09:13:29 -07:00
SDL_hidapi_gamecube.c GameCubeAdapter: Add suppport for all rumble modes 2022-02-23 07:03:02 -08:00
SDL_hidapi_luna.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_ps4.c Don't send output reports to the Victrix Pro FS v2 2022-01-16 09:23:58 -08:00
SDL_hidapi_ps5.c joystick: Fix rumble issues on PS5 HIDAPI controllers 2022-03-30 18:33:38 -05:00
SDL_hidapi_rumble.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_rumble.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_stadia.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_steam.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_switch.c re-use return value of SDL_SetError/WIN_SetErrorFromHRESULT/SDL_OutOfMemory 2022-01-28 20:40:19 -05:00
SDL_hidapi_xbox360.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_xbox360w.c Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_xboxone.c Entirely remove Xbox axis filtering, we don't want this at all. 2022-01-16 09:44:28 -08:00
SDL_hidapijoystick.c static analysis: Fixed several complaints from codechecker. 2022-03-24 11:00:43 -04:00
SDL_hidapijoystick_c.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00