summaryrefslogtreecommitdiff
path: root/src/hidapi/SDL_hidapi.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed buildSam Lantinga2021-01-221-1/+2
* Fixed build on Android and iOSSam Lantinga2021-01-211-0/+2
* Make sure we only do GameCube adapter initialization if we were able to load ...Sam Lantinga2021-01-211-0/+4
* Fixed initializing the Nyko and EVORETRO GameCube adaptorsSam Lantinga2021-01-211-0/+51
* Fixed building when SDL_LIBUSB_DYNAMIC is definedSam Lantinga2021-01-071-4/+4
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed compile warnings on platforms without hidapi supportSam Lantinga2020-12-231-0/+6
* Fixed compile warnings on platforms without hidapi supportSam Lantinga2020-12-231-23/+31
* Fixed build for platforms with only libusb hidapi implementationsSam Lantinga2020-12-131-2/+0
* Fixed bug 5222 - Crash when running with -DHIDAPI=ONSam Lantinga2020-12-081-9/+56
* Fixed whitespaceSam Lantinga2020-12-031-3/+3
* Revamped Xbox One HIDAPI init sequenceSam Lantinga2020-11-241-3/+51
* Generalized the raw input controller driver and moved XInput/WGI detection in...Sam Lantinga2020-11-231-16/+117
* Fixed using more than one Xbox Bluetooth controllerSam Lantinga2020-03-041-42/+28
* We already have a hidapi implementation for Windows, we don't need libusbSam Lantinga2020-03-011-6/+0
* Added support for detecting previously unknown Xbox 360 and Xbox One controll...Sam Lantinga2020-01-181-0/+6
* Reattach the kernel driver after closing USB controllersSam Lantinga2020-01-171-0/+3
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* Improved Xbox One controller initializationSam Lantinga2020-01-161-0/+3
* Added support for the Nintendo GameCube adapter, tested on Steam Link hardwareSam Lantinga2019-12-301-11/+25
* Fixed duplicate controller entries on Mac OS X when using libusb, due to the ...Sam Lantinga2019-12-201-1/+1
* Backed out debug codeSam Lantinga2019-12-191-1/+0
* Added an untested driver for the Nintendo GameCube adapter, based on code con...Sam Lantinga2019-12-191-0/+1
* Fixed compiler warningSam Lantinga2019-12-191-0/+2
* Added support for the SteelSeries Stratus DuoSam Lantinga2019-12-161-2/+2
* hidapi: Add SDL_hidapi.c, allows support for multiple hidapi backends.Ethan Lee2019-07-311-0/+744