Ozkan Sezer
|
40ac818bf8
hidapi: sync with mainstream (typo fixes)
|
2 lat temu |
Sam Lantinga
|
17c397f7ec
Save the error code before doing any other operation
|
2 lat temu |
Sam Lantinga
|
6e7769cde1
Fixed detecting Bluetooth Steam Controllers
|
2 lat temu |
Sam Lantinga
|
0cff44dbd4
Updated with upstream suggestions in https://github.com/libusb/hidapi/pull/577
|
2 lat temu |
Sam Lantinga
|
b6a88b0339
Don't try to interpret Xbox controllers as raw HID devices on Windows
|
2 lat temu |
Sam Lantinga
|
0ffeca8a1c
Added SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS to control whether SDL_hid_enumerate() enumerates all HID devices or only controllers.
|
2 lat temu |
Ozkan Sezer
|
8ea76ba116
move diagnostic pragma out of the function for old gcc versions.
|
2 lat temu |
Sam Lantinga
|
211054d9db
hidapi: improved error handling
|
2 lat temu |
Sam Lantinga
|
2666e15cf1
hidapi: fixed upstream build
|
2 lat temu |
Sam Lantinga
|
bc28790817
Make sure hidapi error handling is thread-safe
|
2 lat temu |
Sam Lantinga
|
d51f84a2e1
Revert "Fixed double-free during multi-threaded hidapi access"
|
2 lat temu |
Sam Lantinga
|
1c9aae9a29
hidapi build fixes for the upstream build environment
|
2 lat temu |
Sam Lantinga
|
2b386b6c80
Fixed double-free during multi-threaded hidapi access
|
2 lat temu |
Sam Lantinga
|
007c36e513
Added SDL_HINT_HIDAPI_IGNORE_DEVICES to specify devices that should be ignored in SDL_hid_enumerate()
|
2 lat temu |
Sam Lantinga
|
9c2ec04733
hidapi/windows: fixed PS4 controllers over Bluetooth on Windows 7
|
2 lat temu |
Sam Lantinga
|
8f60d3ee86
hidapi/windows: do not wait in GetOverlappedResult() in hid_read_timeout()
|
2 lat temu |
Sam Lantinga
|
f5c731212e
hidapi/windows: fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not being canceled for all threads before device close
|
2 lat temu |
Sam Lantinga
|
c09848f7ab
hidapi/windows: avoid enumerating devices that may hang when queried
|
2 lat temu |
Sam Lantinga
|
b0ba509d87
hidapi/windows: allow building on Windows, using the SDL C runtime
|
2 lat temu |
Sam Lantinga
|
651d9c4a6e
Fixed compiling hidapi in SDL build environment
|
2 lat temu |
Sam Lantinga
|
3b7b8f3c09
Updated hidapi to 0.14.0 release
|
2 lat temu |
Sam Lantinga
|
ddbdd73258
Updated source to match SDL function prototype style
|
2 lat temu |
Anonymous Maarten
|
b6ae281e97
Use #ifdef/#ifndef instead of #if defined/#if \!defined
|
3 lat temu |
Sam Lantinga
|
308bcbbe76
Fixed Visual Studio warning 4244
|
3 lat temu |
Ozkan Sezer
|
ea824c6d20
hidapi/windows tidy-up.
|
3 lat temu |
Ozkan Sezer
|
199a7af296
hidapi/windows: fix build using older toolchains.
|
3 lat temu |
Sam Lantinga
|
a5fba759b3
Get the name, manufacturer and serial number for Bluetooth devices on Windows
|
3 lat temu |
PARTY MAN X
|
fb11918758
Blacklist Konami Amusement Controllers From HIDAPI.
|
3 lat temu |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 lat temu |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 lat temu |