Misc: Trim and consolidate header file usage
[platform/upstream/libusb.git] / libusb / os / windows_winusb.c
2020-01-22 Chris DickensWindows: Add missing '%' character for printf format...
2020-01-22 Chris DickensWindows: Fix some MinGW build warnings and printf forma...
2020-01-22 Chris DickensWindows: Drop support for Windows XP
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...
2020-01-03 Jie Zhangwindows: relax HCD root hub enumeration errors
2020-01-03 Matthias Boltewindows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS...
2019-08-14 Nathan Hjelmwindows: fix build
2019-08-14 Frank Liwindows: Fix libusb_get_device_list failure if virual...
2019-08-09 Harry Mallonwindows_winusb: Add support for reporting super speed...
2019-08-09 Josh Gaowindows_winusb: fix pedantic format string warnings.
2019-08-09 Josh Gaowindows_winusb: fix size_t format strings.
2019-08-09 Axel GembeWindows: Workaround for composite devices with U2F...
2019-07-08 Léo Lamwindows_winusb: Set policy ISO_ALWAYS_START_ASAP for...
2019-07-08 Léo Lamwindows_winusb: Bounds check interface for check_valid_...
2019-07-08 Léo Lamwindows_winusb: Mask wIndex correctly when checking...
2019-04-05 philemonfAdd support for isochronous transfers with WinUSB.
2019-04-05 haidong.zhengwindows: get usb device until usb configuration is set
2019-04-05 Frederik CarlierAllow set configuration control requests when using...
2019-04-05 kuro68kFix control transfer interface selection
2018-03-17 Chris DickensWindows: WinUSB: Allow caching config descriptors to...
2018-03-12 Chris DickensWindows: WinUSB: Guard against erroneous reporting...
2018-03-12 Chris DickensWindows: WinUSB: Do not assume that driver implements...
2018-03-12 Chris DickensWindows: Plug HANDLE leak
2018-02-24 zacharyWindows: Fix hid_abort_transfers blocking
2018-02-02 Chris DickensWindows: Always search for "USB" PnP enumerator class
2018-01-28 Chris DickensWindows: Check composite interfaces before calling...
2018-01-09 Joshua BlakeWindows: Added isochronous support via libusbk
2018-01-08 Chris DickensWindows: Enable dynamic selection between WinUSB and...
2018-01-07 Chris DickensWindows: Rework poll() emulation to a much simpler...
2018-01-05 Chris DickensWindows: Rework WinUSB enumeration process to fix issue...
2018-01-04 Chris DickensWindows: Remove port member from device's private structure
2018-01-04 Chris DickensWindows: Be a bit smarter when setting composite interfaces
2018-01-04 Chris DickensWindows: Constify variables that aren't supposed to...
2018-01-04 Chris DickensWindows: Kill empty functions and switch to runtime...
2018-01-04 Chris DickensWindows: Remove unused DLL functions and header definitions
2018-01-04 Chris DickensWindows: Fix some minor style issues
2018-01-03 Chris DickensWindows: Improve enumeration process
2018-01-03 Chris DickensWindows: Kill perpetually growing list of hub driver...
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