Ryan C. Gordon
|
4fe7b2cbd1
static analysis: Fixed several complaints from codechecker.
|
před 4 roky |
pionere
|
60deadba59
re-use return value of SDL_SetError/WIN_SetErrorFromHRESULT/SDL_OutOfMemory
|
před 4 roky |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
před 4 roky |
Ozkan Sezer
|
a948ff8494
SDL_hidapijoystick.c: worked around a bogus 'unreachable code' warning.
|
před 4 roky |
Cameron Gutman
|
1ccfbf963e
joystick: Convert HasLED() into a generic GetCapabilities() function
|
před 4 roky |
Sam Lantinga
|
b9b0df40bf
Fixed Linux build
|
před 4 roky |
Sam Lantinga
|
c9ada1c142
Made HIDAPI device change notifications available via SDL_hid_device_change_count()
|
před 4 roky |
Sam Lantinga
|
2a6feb5011
Removed accidental debugging commit (thanks @DomGries!)
|
před 4 roky |
Sam Lantinga
|
5b646cd19e
Build hidapi code into SDL as a new public API
|
před 4 roky |
Sam Lantinga
|
345c161feb
Fixed some accidental uses of external C runtime functions
|
před 4 roky |
Sam Lantinga
|
cec5a129f5
Fixed libudev hotplug notifications in the HIDAPI driver
|
před 4 roky |
Ryan C. Gordon
|
dd683073bb
hidapi: Patched to compile on QNX.
|
před 4 roky |
Sam Lantinga
|
2a53f8315a
Fixed controllers showing up under both MFI and HIDAPI drivers
|
před 4 roky |
Sam Lantinga
|
d135c0762f
Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers
|
před 4 roky |
Dimitriy Ryazantcev
|
17ed8d8085
Added HIDAPI backend for Amazon Luna Controller Model T28B69 connected via Bluetooth LE (VID:0171, PID:0419).
|
před 4 roky |
Dimitriy Ryazantcev
|
b81969d46f
Be more explicit about Xbox 360/One device ids.
|
před 4 roky |
Steven Noonan
|
4535d65491
HIDAPI_UpdateDiscovery: only treat "add" and "remove" events as relevant
|
před 5 roky |
Mathieu Eyraud
|
7a2b6f331b
Guard Inotify stuff with macro
|
před 5 roky |
David Gow
|
db58166e9b
joystick: hidapi: Properly include <unistd.h> when inotify not available
|
před 5 roky |
Ludovico de Nittis
|
8d43f45a7b
Don't use udev for joystick enumeration if running in a container
|
před 5 roky |
Ludovico de Nittis
|
2c3269152a
Use inotify for HIDAPI joystick enumeration if not using udev
|
před 5 roky |
Ludovico de Nittis
|
b17242bf98
Allow libudev for HIDAPI joystick to be disabled at runtime
|
před 5 roky |
Sam Lantinga
|
42607909a0
Remove devices from the list after they've been disconnected due to read errors.
|
před 5 roky |
Sam Lantinga
|
7f710e93f0
Make sure we don't create a game controller mapping for HID devices that aren't supported by HIDAPI
|
před 5 roky |
Sam Lantinga
|
c857b5e0c9
Minor cleanup
|
před 5 roky |
Sam Lantinga
|
1981d23f4b
Fixed bug 5466 - Add haptic support for Stadia Controller
|
před 5 roky |
Sam Lantinga
|
e2f46ed8ef
Always lock the HIDAPI device when closing, in case rumble is pending
|
před 5 roky |
Sam Lantinga
|
907b8eebc3
Make sure the HIDAPI device is locked when closing it, in case there is rumble pending that didn't complete
|
před 5 roky |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
před 5 roky |
Sam Lantinga
|
80e5c689eb
Fixed the PS5 controller not disconnecting when powered off
|
před 5 roky |