summaryrefslogtreecommitdiff
path: root/libusb/os/windows_usb.c
Commit message (Expand)AuthorAgeFilesLines
* windows: Rename windows_usb.h/c windows_winusb.h/cDmitry Fleytman2016-01-231-4140/+0
* windows: Move common definitions to a separate fileDmitry Fleytman2016-01-231-526/+21
* Windows: Fix compiler warnings due to type mismatchesChris Dickens2016-01-061-25/+25
* Windows: Patch to support VirtualHubjohannrichard2016-01-051-1/+1
* Misc: Spelling fixesTobias Klauser2016-01-051-1/+1
* Windows: Fix potential memory leakChris Dickens2015-09-201-0/+2
* Windows: Fix some build warnings/link issuesChris Dickens2015-09-051-7/+10
* Use locally defined MIN macro instead of min which is (possibly) defined in w...Tim Hutt2015-07-281-1/+1
* Windows: Close HID handles when closing composite devicesChris Dickens2015-07-281-9/+16
* Windows: Remove redundant check in windows_claim_interface()Chris Dickens2015-07-281-3/+0
* Windows: Destroy autoclaim_lock during cleanupChris Dickens2015-07-281-0/+2
* Windows: Check for "calloc" allocation failure.Gaurav2015-05-131-0/+4
* core: Remove unused member add_iso_packet_size from struct usbi_os_backendTobias Klauser2015-04-281-1/+0
* Misc: Remove unnecessary \n from log messagesMatthias Bolte2015-04-281-2/+2
* Windows: Remove erroneous call to CloseHandle and add commentsChris Dickens2015-04-271-1/+2
* Windows: Improve monotonic clock_gettime() implementationChris Dickens2015-04-221-136/+115
* Windows: Fix wIndex in setup packet for config descriptor requestChris Dickens2015-04-211-2/+2
* windows: fix broken bus number lookupPete Batard2015-03-051-2/+5
* Fix up backends for new transfer completion API.Chris Dickens2015-01-201-0/+1
* Windows: Fix broken build caused by missing rename in 63a440f1Chris Dickens2015-01-111-1/+1
* Windows: Free all WinUSB handles when closing a deviceChris Dickens2015-01-101-5/+31
* Windows: Direct control requests to a specific interface when possibleChris Dickens2015-01-051-13/+77
* core: Improve the handling of the pollfd listChris Dickens2014-12-291-3/+0
* Windows: fix 2 bugs in windows_handle_events()Pete Batard2014-12-161-1/+3
* Windows: Silence VS2013 code analysis warningsPete Batard2014-11-131-2/+2
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-0/+1
* Windows: fix broken WDK compilation for XP targetsPete Batard2014-05-201-1/+1
* windows: fix USB 3.0 speed detection on Windows 8 or laterPete Batard2014-05-181-15/+134
* core: fix/silence issues reported by CoverityPete Batard2014-05-161-13/+17
* Windows: Fix broken WDK compilationPete Batard2014-05-081-13/+14
* Add API for using bulk streamsHans de Goede2014-04-221-0/+6
* Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede2014-04-221-0/+3
* Windows: Add support for AMD USB 3.0 root hubsMarkus Heidelberg2014-02-191-2/+2
* Windows: Add support for (old?) Intel USB 3.0 hub driverPete Batard2014-02-011-1/+1
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-8/+8
* Windows: Add SetupAPI error handlingPete Batard2013-12-301-0/+14
* Windows: Fix a crash when HID transfers return no dataPete Batard2013-11-271-12/+14
* Windows: Add support for VIA VL805 USB 3.0 Host ControllersOmri Iluz2013-10-081-1/+1
* Windows: Avoid potential mismatch in transfer error reportingMatthias Bolte2013-10-011-1/+1
* Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede2013-09-061-11/+15
* Windows: Fix a cast warning when compiling for x64 in VSPete Batard2013-08-131-1/+1
* Windows: Fix race between windows_clock_gettime_threaded() and windows_clock_...Simon Haggett2013-08-081-1/+12
* hotplug: Add a hotplug_poll backend functionHans de Goede2013-05-301-0/+1
* all: ensure host_endian is always initializedHans de Goede2013-05-241-0/+1
* all: Allow backend to provide a better get_config_descriptor_by_valueHans de Goede2013-05-241-0/+1
* all: Make usbi_os_backend.get_[active_]config_descriptor return lenHans de Goede2013-05-241-1/+1
* All: ref dev->parent_devHans de Goede2013-05-161-1/+1
* Core: Cache device descriptors in the coreNathan Hjelm2013-05-151-0/+2
* Windows: Correctly clear backend transfer private informationToby Gray2013-04-111-7/+7
* Core: Add HID and kernel detach capability detection for all backendsPete Batard2013-04-021-0/+1