summaryrefslogtreecommitdiff
path: root/src/hidapi/windows
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warningsSam Lantinga2021-01-271-2/+1
* Fixed build warningSam Lantinga2021-01-271-0/+3
* Fixed PS4 controllers over Bluetooth on Windows 7Sam Lantinga2021-01-271-38/+57
* The Sharkoon Skiller SGH2 headset hangs in DirectInput enumeration, so avoid ...Sam Lantinga2021-01-271-0/+1
* consistently use TEXT() macro with LoadLibrary() and GetModuleHandle()Ozkan Sezer2021-01-041-1/+1
* Do not wait in GetOverlappedResult() in hid_read_timeout()Cameron Gutman2021-01-011-12/+11
* Fixed Windows XP compatibility with recent hidapi commitSam Lantinga2021-01-021-3/+13
* Fix use-after-free SBH corruption due to overlapped ReadFile in hidapi not be...Sam Lantinga2021-01-011-1/+5
* more "'for' loop initial declarations are only allowed in C99 mode" fixesOzkan Sezer2020-12-171-6/+6
* Generalized the raw input controller driver and moved XInput/WGI detection in...Sam Lantinga2020-11-231-0/+5
* Moved comment with the code it coversSam Lantinga2020-11-211-1/+1
* Fixed compile warning C4127: conditional expression is constantSam Lantinga2020-11-211-3/+5
* Remove SDL dependency in Windows codeSam Lantinga2020-11-211-1/+1
* Fixed adding an extra zero byte for feature reportsSam Lantinga2020-11-211-6/+0
* Fixed rumble on PS5 controllers connected to Windows over BluetoothSam Lantinga2020-11-191-1/+8
* hid: Add Microsoft Precision Mouse to the joystick blacklist.Ryan C. Gordon2020-05-061-0/+1
* hid: Cleanup Windows joystick blacklist code, to make additions easier.Ryan C. Gordon2020-05-061-25/+18
* hid: Add Razer Arctosa keyboard to hid enumeration blacklist.Ryan C. Gordon2020-04-211-0/+6
* hidapi: Blacklist the Razer Lycosa keyboard from enumeration.Ryan C. Gordon2020-04-151-0/+6
* Removed blacklist entries for devices that aren't game controllers, allow Ste...Sam Lantinga2020-03-201-17/+8
* Only enumerate HID devices on Windows that have gamepad HID usagesCameron Gutman2020-03-201-13/+31
* Fixed slow enumeration when Apple Cinema HD display 30" is plugged inSam Lantinga2020-03-131-0/+6
* Add 500ms max wait time for hid_write to complete on WindowsSam Lantinga2020-03-031-5/+25
* Fixed bug 5010 - SDL_Init with SDL_INIT_JOYSTICK hangs for 10 seconds when pl...Sam Lantinga2020-03-021-0/+6
* Prevent the SPEEDLINK COMPETITION PRO joystick from switching into Android co...Sam Lantinga2019-08-221-2/+13
* hidapi: Update repository URLsAndrew Eikum2019-07-251-1/+1
* Blacklist Corsair device causing hangJimb Esser2019-07-141-1/+8
* HIDAPI: fix bug that caused non-HID class parts of composite devices to have ...Sam Lantinga2019-03-121-5/+12
* Don't build SDL_JOYSTICK_HIDAPI by default on iOSSam Lantinga2018-10-261-1/+5
* hidapi/windows/hid.c: comment out ntdef.h include after windows.h.Ozkan Sezer2018-09-281-7/+7
* hidapi/windows/hid.c: fix misplaced #if 0Ozkan Sezer2018-09-281-2/+2
* Fixed mingw-w64 buildSam Lantinga2018-09-281-0/+1
* Added missing files from previous commitsSam Lantinga2018-08-0910-0/+1563