Sam Lantinga
|
345c161feb
Fixed some accidental uses of external C runtime functions
|
4 anni fa |
Sam Lantinga
|
cec5a129f5
Fixed libudev hotplug notifications in the HIDAPI driver
|
4 anni fa |
Ryan C. Gordon
|
dd683073bb
hidapi: Patched to compile on QNX.
|
4 anni fa |
Sam Lantinga
|
2a53f8315a
Fixed controllers showing up under both MFI and HIDAPI drivers
|
4 anni fa |
Sam Lantinga
|
d135c0762f
Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers
|
4 anni fa |
Dimitriy Ryazantcev
|
17ed8d8085
Added HIDAPI backend for Amazon Luna Controller Model T28B69 connected via Bluetooth LE (VID:0171, PID:0419).
|
4 anni fa |
Dimitriy Ryazantcev
|
b81969d46f
Be more explicit about Xbox 360/One device ids.
|
4 anni fa |
Steven Noonan
|
4535d65491
HIDAPI_UpdateDiscovery: only treat "add" and "remove" events as relevant
|
4 anni fa |
Mathieu Eyraud
|
7a2b6f331b
Guard Inotify stuff with macro
|
4 anni fa |
David Gow
|
db58166e9b
joystick: hidapi: Properly include <unistd.h> when inotify not available
|
4 anni fa |
Ludovico de Nittis
|
8d43f45a7b
Don't use udev for joystick enumeration if running in a container
|
4 anni fa |
Ludovico de Nittis
|
2c3269152a
Use inotify for HIDAPI joystick enumeration if not using udev
|
4 anni fa |
Ludovico de Nittis
|
b17242bf98
Allow libudev for HIDAPI joystick to be disabled at runtime
|
4 anni fa |
Sam Lantinga
|
42607909a0
Remove devices from the list after they've been disconnected due to read errors.
|
4 anni fa |
Sam Lantinga
|
7f710e93f0
Make sure we don't create a game controller mapping for HID devices that aren't supported by HIDAPI
|
4 anni fa |
Sam Lantinga
|
c857b5e0c9
Minor cleanup
|
4 anni fa |
Sam Lantinga
|
1981d23f4b
Fixed bug 5466 - Add haptic support for Stadia Controller
|
4 anni fa |
Sam Lantinga
|
e2f46ed8ef
Always lock the HIDAPI device when closing, in case rumble is pending
|
4 anni fa |
Sam Lantinga
|
907b8eebc3
Make sure the HIDAPI device is locked when closing it, in case there is rumble pending that didn't complete
|
4 anni fa |
Sam Lantinga
|
9130f7c377
Updated copyright for 2021
|
4 anni fa |
Sam Lantinga
|
80e5c689eb
Fixed the PS5 controller not disconnecting when powered off
|
4 anni fa |
Sam Lantinga
|
cb36189692
Fixed bug 5235 - All internal sources should include SDL_assert.h
|
4 anni fa |
Sam Lantinga
|
c9723c407f
Fixed potential hang in joystick close if the rumble thread is blocked for some reason
|
4 anni fa |
Sam Lantinga
|
1031231b29
Fixed duplicating a device between XInput and HIDAPI
|
4 anni fa |
Sam Lantinga
|
a0c5bfa3bd
Moved raw input event processing from the main thread to the joystick thread
|
4 anni fa |
Sam Lantinga
|
ce77966da8
Fixed RAWINPUT_IsDevicePresent() not returning TRUE for Xbox One controllers
|
4 anni fa |
Sam Lantinga
|
9fc4a4c92c
Revamped Xbox One HIDAPI init sequence
|
4 anni fa |
Sam Lantinga
|
5b3616c325
Generalized the raw input controller driver and moved XInput/WGI detection into it for XInput devices
|
4 anni fa |
Sam Lantinga
|
fcb21aa883
Added API for sensors on game controllers
|
4 anni fa |
Sam Lantinga
|
d140d88744
Added SDL_JoystickGetSerial() and SDL_GameControllerGetSerial()
|
4 anni fa |