index
:
delta/sdl.git
SDL-1.2
SDL-1.2-olpc
SDL-1.3
SDL-ryan-batching-renderer
SDL-ryan-multiple-audio-device
apk
baserock/morph
experimental
gsoc2008_audio_resampling
gsoc2008_force_feedback
gsoc2008_iphone
gsoc2008_manymouse
gsoc2008_nds
gsoc2009_IME
gsoc2009_ps3
gsoc2009_unit_tests
iOS-improvements
master
hg.libsdl.org: SDL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
joystick
/
hidapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid some pedantic warnings in array initializers
Ozkan Sezer
2021-02-08
3
-3
/
+9
*
SDL: fix packet handling for original version of Stadia FW
Sam Lantinga
2021-02-06
1
-1
/
+2
*
Fix Xbox Series X controller on macOS
Cameron Gutman
2021-02-03
2
-36
/
+4
*
Fixed detecting the paddles on the Xbox Elite Series 1 controller
Sam Lantinga
2021-02-02
1
-1
/
+1
*
Fixed crash if the GameCube controller hasn't been opened yet
Sam Lantinga
2021-01-29
1
-0
/
+4
*
Make sure we don't create a game controller mapping for HID devices that aren...
Sam Lantinga
2021-01-28
1
-1
/
+7
*
Added explicit case from Uint8 to int before subtracting offset
Sam Lantinga
2021-01-27
1
-1
/
+1
*
Fixed compile warning
Sam Lantinga
2021-01-27
1
-1
/
+1
*
Fixed bug 5493 - Hint to let the user opt out of having Switch controllers' H...
Sam Lantinga
2021-01-25
1
-1
/
+5
*
Minor cleanup
Sam Lantinga
2021-01-23
5
-56
/
+18
*
Fixed bug 5466 - Add haptic support for Stadia Controller
Sam Lantinga
2021-01-23
3
-5
/
+349
*
Hint SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS added so we can recognise a Joy-Con as...
JibbSmart
2021-01-18
1
-1
/
+25
*
Added support for the EVORETRO GameCube Adapter in PC mode
Sam Lantinga
2021-01-22
1
-99
/
+199
*
Fixed build on Android and iOS
Sam Lantinga
2021-01-21
1
-0
/
+2
*
Fixed initializing the Nyko and EVORETRO GameCube adaptors
Sam Lantinga
2021-01-21
1
-0
/
+3
*
Use PS4 rumble hint as the default for the PS5 rumble hint
Cameron Gutman
2021-01-08
1
-1
/
+7
*
SDL_hidapi_switch.c: fix build with older compilers
Ozkan Sezer
2021-01-15
1
-1
/
+2
*
Get the serial number for the Nintendo Switch Pro controller
Sam Lantinga
2021-01-14
1
-4
/
+75
*
Phantom Nintendo Switch Pro Controller initialization problem
Sam Lantinga
2021-01-14
1
-0
/
+12
*
Fixed rumble reset failing for Switch Pro controllers in USB mode
Sam Lantinga
2021-01-14
1
-9
/
+10
*
Added HIDAPI rumble debug info
Sam Lantinga
2021-01-14
1
-1
/
+4
*
Always lock the HIDAPI device when closing, in case rumble is pending
Sam Lantinga
2021-01-14
9
-59
/
+103
*
Make sure the HIDAPI device is locked when closing it, in case there is rumbl...
Sam Lantinga
2021-01-14
1
-0
/
+2
*
Don't blink the Xbox 360 LED when setting the player slot, it's probably alre...
Sam Lantinga
2021-01-13
2
-2
/
+4
*
Only select the gamepad interfaces on the Xbox 360 wireless adapter
Sam Lantinga
2021-01-13
1
-1
/
+1
*
Gyro and Accel sensor support for Switch Pro Controller.
JibbSmart
2021-01-11
1
-1
/
+77
*
Fixed Xbox One Series X share button incorrectly triggering on newer firmware
Sam Lantinga
2021-01-08
1
-8
/
+12
*
Allow setting the player index to -1, which turns off the player LED for PS5 ...
Sam Lantinga
2021-01-04
2
-2
/
+6
*
Valve contributed code is under the Zlib license
Sam Lantinga
2021-01-04
1
-1
/
+1
*
Updated copyright for 2021
Sam Lantinga
2021-01-02
12
-12
/
+12
*
Make sure we're not starving report reads when there's lots of rumble
Sam Lantinga
2021-01-01
1
-0
/
+4
*
Added a hint to control whether the player LEDs should be lit to indicate whi...
Sam Lantinga
2020-12-29
1
-1
/
+24
*
Fixed setting player LEDs for PS5 controllers over Bluetooth
Sam Lantinga
2020-12-23
1
-32
/
+30
*
Fixed controller disconnect detection for PS4 and PS5 controllers over Bluetooth
Sam Lantinga
2020-12-22
2
-1
/
+44
*
Make it possible to turn on PS4 rumble effects at runtime using the hint
Sam Lantinga
2020-12-22
2
-30
/
+113
*
Make it possible to turn on PS5 rumble effects at runtime using the hint
Sam Lantinga
2020-12-22
1
-8
/
+32
*
Set the pad lights on the PS5 controller corresponding to the player index
Sam Lantinga
2020-12-22
1
-4
/
+24
*
Only add the touchpad and sensors to the PS5 controller if effects are enabled
Sam Lantinga
2020-12-22
1
-17
/
+31
*
Don't switch the PS5 controller out of DirectInput mode by default
Sam Lantinga
2020-12-22
1
-24
/
+65
*
Fixed detecting the guide button on Xbox One S controllers over Bluetooth on ...
Sam Lantinga
2020-12-14
1
-1
/
+5
*
Fixed the PS5 controller not disconnecting when powered off
Sam Lantinga
2020-12-13
3
-1
/
+35
*
Fixed bug 5235 - All internal sources should include SDL_assert.h
Sam Lantinga
2020-12-09
2
-2
/
+0
*
Fixed potential hang in joystick close if the rumble thread is blocked for so...
Sam Lantinga
2020-12-07
2
-10
/
+29
*
Fixed handling of BACK button on newer Xbox One S controllers
Sam Lantinga
2020-12-03
1
-35
/
+22
*
Refactored Xbox One Bluetooth protocol and verified Xbox One S, Xbox Series X...
Sam Lantinga
2020-12-03
1
-140
/
+93
*
Fixed duplicating a device between XInput and HIDAPI
Sam Lantinga
2020-12-03
1
-12
/
+19
*
Fixed whitespace
Sam Lantinga
2020-12-03
1
-8
/
+8
*
Use the correct internal API for updating the battery level for PS5 controllers
Sam Lantinga
2020-11-30
1
-5
/
+5
*
We don't know whether the PS5 controller is Bluetooth or not when we open it
Sam Lantinga
2020-11-30
1
-1
/
+0
*
Moved raw input event processing from the main thread to the joystick thread
Sam Lantinga
2020-11-27
1
-2
/
+2
[next]