summaryrefslogtreecommitdiff
path: root/src/joystick/hidapi
Commit message (Expand)AuthorAgeFilesLines
* avoid some pedantic warnings in array initializersOzkan Sezer2021-02-083-3/+9
* SDL: fix packet handling for original version of Stadia FWSam Lantinga2021-02-061-1/+2
* Fix Xbox Series X controller on macOSCameron Gutman2021-02-032-36/+4
* Fixed detecting the paddles on the Xbox Elite Series 1 controllerSam Lantinga2021-02-021-1/+1
* Fixed crash if the GameCube controller hasn't been opened yetSam Lantinga2021-01-291-0/+4
* Make sure we don't create a game controller mapping for HID devices that aren...Sam Lantinga2021-01-281-1/+7
* Added explicit case from Uint8 to int before subtracting offsetSam Lantinga2021-01-271-1/+1
* Fixed compile warningSam Lantinga2021-01-271-1/+1
* Fixed bug 5493 - Hint to let the user opt out of having Switch controllers' H...Sam Lantinga2021-01-251-1/+5
* Minor cleanupSam Lantinga2021-01-235-56/+18
* Fixed bug 5466 - Add haptic support for Stadia ControllerSam Lantinga2021-01-233-5/+349
* Hint SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS added so we can recognise a Joy-Con as...JibbSmart2021-01-181-1/+25
* Added support for the EVORETRO GameCube Adapter in PC modeSam Lantinga2021-01-221-99/+199
* Fixed build on Android and iOSSam Lantinga2021-01-211-0/+2
* Fixed initializing the Nyko and EVORETRO GameCube adaptorsSam Lantinga2021-01-211-0/+3
* Use PS4 rumble hint as the default for the PS5 rumble hintCameron Gutman2021-01-081-1/+7
* SDL_hidapi_switch.c: fix build with older compilersOzkan Sezer2021-01-151-1/+2
* Get the serial number for the Nintendo Switch Pro controllerSam Lantinga2021-01-141-4/+75
* Phantom Nintendo Switch Pro Controller initialization problemSam Lantinga2021-01-141-0/+12
* Fixed rumble reset failing for Switch Pro controllers in USB modeSam Lantinga2021-01-141-9/+10
* Added HIDAPI rumble debug infoSam Lantinga2021-01-141-1/+4
* Always lock the HIDAPI device when closing, in case rumble is pendingSam Lantinga2021-01-149-59/+103
* Make sure the HIDAPI device is locked when closing it, in case there is rumbl...Sam Lantinga2021-01-141-0/+2
* Don't blink the Xbox 360 LED when setting the player slot, it's probably alre...Sam Lantinga2021-01-132-2/+4
* Only select the gamepad interfaces on the Xbox 360 wireless adapterSam Lantinga2021-01-131-1/+1
* Gyro and Accel sensor support for Switch Pro Controller.JibbSmart2021-01-111-1/+77
* Fixed Xbox One Series X share button incorrectly triggering on newer firmwareSam Lantinga2021-01-081-8/+12
* Allow setting the player index to -1, which turns off the player LED for PS5 ...Sam Lantinga2021-01-042-2/+6
* Valve contributed code is under the Zlib licenseSam Lantinga2021-01-041-1/+1
* Updated copyright for 2021Sam Lantinga2021-01-0212-12/+12
* Make sure we're not starving report reads when there's lots of rumbleSam Lantinga2021-01-011-0/+4
* Added a hint to control whether the player LEDs should be lit to indicate whi...Sam Lantinga2020-12-291-1/+24
* Fixed setting player LEDs for PS5 controllers over BluetoothSam Lantinga2020-12-231-32/+30
* Fixed controller disconnect detection for PS4 and PS5 controllers over BluetoothSam Lantinga2020-12-222-1/+44
* Make it possible to turn on PS4 rumble effects at runtime using the hintSam Lantinga2020-12-222-30/+113
* Make it possible to turn on PS5 rumble effects at runtime using the hintSam Lantinga2020-12-221-8/+32
* Set the pad lights on the PS5 controller corresponding to the player indexSam Lantinga2020-12-221-4/+24
* Only add the touchpad and sensors to the PS5 controller if effects are enabledSam Lantinga2020-12-221-17/+31
* Don't switch the PS5 controller out of DirectInput mode by defaultSam Lantinga2020-12-221-24/+65
* Fixed detecting the guide button on Xbox One S controllers over Bluetooth on ...Sam Lantinga2020-12-141-1/+5
* Fixed the PS5 controller not disconnecting when powered offSam Lantinga2020-12-133-1/+35
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-092-2/+0
* Fixed potential hang in joystick close if the rumble thread is blocked for so...Sam Lantinga2020-12-072-10/+29
* Fixed handling of BACK button on newer Xbox One S controllersSam Lantinga2020-12-031-35/+22
* Refactored Xbox One Bluetooth protocol and verified Xbox One S, Xbox Series X...Sam Lantinga2020-12-031-140/+93
* Fixed duplicating a device between XInput and HIDAPISam Lantinga2020-12-031-12/+19
* Fixed whitespaceSam Lantinga2020-12-031-8/+8
* Use the correct internal API for updating the battery level for PS5 controllersSam Lantinga2020-11-301-5/+5
* We don't know whether the PS5 controller is Bluetooth or not when we open itSam Lantinga2020-11-301-1/+0
* Moved raw input event processing from the main thread to the joystick threadSam Lantinga2020-11-271-2/+2