Fixed various trivial cppcheck 1.80 warnings
[platform/upstream/libusb.git] / libusb / os / windows_winusb.c
2017-12-29 Sean McBrideFixed various trivial cppcheck 1.80 warnings
2017-12-22 chunyu.xieWindows: Report correct usagePage and usage values...
2017-12-22 chunyu.xieWindows: Fix libusb_get_string_descriptor for HID devices
2017-07-16 Chris Dickenscore: Preparation for handling backend-specific options
2017-07-16 Chris Dickenscore: Pass context to backend when calling exit() function
2017-07-10 Chris Dickenscore: Fix --disable-log option to remove logging functi...
2017-07-06 Chris Dickenscore: Add provisions for per-context private backend...
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2017-06-06 Chris DickensWindows: Header file cleanup
2017-03-27 Chris DickensWindows: Fix possible memory leak when caching descript...
2017-03-01 Stefan AgnerWindows: Allow HID reports up to 1024 + report id
2017-03-01 Chris DickensWindows: Remove initialization of calloc'ed memory
2017-03-01 Doug JohnstonWindows: return proper status
2017-01-12 Chris DickensWindows: Remove unused safe_* macro definitions
2017-01-12 Chris DickensWindows: Slightly optimize the sanitize_path() function
2017-01-12 Chris DickensWindows: Switch to snprintf() in windows_get_version()
2017-01-12 Chris DickensWindows: Fix memory and handle leaks in winusbx_claim_i...
2017-01-12 Chris DickensWindows: Fix some minor styling issues
2017-01-12 Chris DickensWindows: Clean up unnecessary variable initialization
2017-01-12 Chris DickensWindows/WinCE: Remove uses of safe_* macros where not...
2016-10-01 Chris DickensWindows: Fix possible false error message during device...
2016-05-30 Jeffrey NicholsAdd support for Intel Alpine Ridge USB 3.1 Controller...
2016-05-30 Chris DickensWindows: Clean up referenced devices when memory alloca...
2016-05-30 Chris DickensMisc: Fix usbi_os_backend structure initialization
2016-05-30 Chris DickensWindows: Fix false assertion failure message during...
2016-03-02 Chris DickensWindows: Fix faulty logic that can pick the wrong confi...
2016-03-02 Chris DickensWindows: Add backend support for get_config_descriptor_...
2016-03-02 Angus GrattonWindows: Fix dev_interface_path memory leak when reusin...
2016-03-02 Angus GrattonWindows: Fix parent USB device reference leak
2016-02-24 Chris Dickenscore: Remove POSIX threads influence from synchronizati...
2016-02-24 Chris DickensMisc: Document the return code for control transfers...
2016-01-28 Chris DickensWindows (winusb): Fix build break introduced in c8f7115...
2016-01-28 Chris DickensWindows/WinCE: Improve the run-time dynamic linking...
2016-01-27 Chris DickensWindows: Ensure proper cleanup when backend init()...
2016-01-27 Chris DickensWindows: Replace open-coded string alloc + copy with...
2016-01-27 Chris DickensWindows: Fix compilation warnings when logging is disabled
2016-01-27 Chris DickensWindows: Source file cleanup
2016-01-27 Dmitry Fleytmanusbdk: Introduce usbdk backend
2016-01-24 Dmitry Fleytmanwindows: Rename windows_usb.h/c windows_winusb.h/c