kc3-lang/SDL/src/hidapi/linux

Branch :


Log

Author Commit Date CI Message
bf97c5a2 2021-09-08 14:47:40 Make sure SDL file descriptors don't leak into child processes
7d66fa20 2021-09-07 17:38:26 Fixed double-copy of the report in BlueZ >= 5.56
bf754b52 2021-01-04 12:17:24 Valve contributed code is under the Zlib license
d4954eb0 2020-11-21 18:26:43 Removed debug code
6b56b98f 2020-11-21 09:26:11 Fixed is_BLE() return value
65c9f1d2 2020-11-21 09:06:48 Fixed upstream bug: FD 0 is a valid file descriptor https://github.com/libusb/hidapi/issues/199
30371f2d 2020-11-13 13:17:04 Fixed doubled report ID for Bluetooth Classic devices on Linux
494af7a6 2019-11-25 15:02:45 Backed out change to dynamically load udev - it's already happening in SDL_hidapi.c
308e7f2f 2019-11-23 12:11:20 Linux hidapi code dynamically loads udev
738dff4b 2019-07-25 08:05:13 hidapi: Update repository URLs Upstream hidapi has been re-homed. Update the repo URLs to help guide folks where to contribute fixes.
0e9560ae 2019-07-23 14:41:00 hidapi: Zero out new hid_device_info structs
b08bdc44 2018-10-26 09:27:31 Don't build SDL_JOYSTICK_HIDAPI by default on iOS If you enable this, you'll need to link with CoreBluetooth.framework and add something like this to your Info.plist: <key>NSBluetoothPeripheralUsageDescription</key> <string>MyApp would like to remain connected to nearby bluetooth Game Controllers and Game Pads even when you're not using the app.</string>
4f41f07d 2018-08-09 16:05:48 Added missing files from previous commits