kc3-lang/SDL/src/hidapi/libusb

Branch :


Log

Author Commit Date CI Message
e12457d8 2020-11-10 12:26:30 Added support for the Xbox Series X controller to the HIDAPI driver
133b4755 2020-03-11 14:17:19 Use LIBUSB_CALL for hidapi's read_callback function
5e649983 2020-01-26 12:40:32 Don't enumerate devices we can't open
43aa1fa9 2020-01-18 11:21:14 Added support for detecting previously unknown Xbox 360 and Xbox One controllers using the HIDAPI driver with libusb and Android
4e682461 2020-01-17 10:43:14 Reattach the kernel driver after closing USB controllers
4e1cc124 2020-01-16 15:32:39 Improved Xbox One controller initialization
15d30298 2019-12-19 15:01:32 Added support for wireless Xbox 360 controllers using the HIDAPI driver
52b6ab21 2019-12-16 17:11:23 Added support for the SteelSeries Stratus Duo
cd515bd1 2019-12-12 14:26:34 Fixed Xbox 360 Controller support using libusb on Linux
53216436 2019-11-25 16:29:12 Use the same logic to get the config descriptor in hid_open() as in hid_enumerate()
8243a3e8 2019-11-25 15:02:50 Added support for the Hyperkin X91
c76f0f5b 2019-08-06 23:08:01 hidapi: Explicitly include locale.h, for setlocale
aa09e612 2019-08-04 00:01:38 Port libusb hid.c to SDL, add to MinGW configure
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.
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