summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
...
* windows: relax HCD root hub enumeration errorsJie Zhang2020-01-021-3/+3
* windows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB_TRANSFER_NO_DEVICEMatthias Bolte2020-01-021-0/+1
* windows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS translationMatthias Bolte2020-01-023-32/+26
* Add Null POSIX backendPino Toscano2019-12-281-0/+176
* linux_udev: silently ignore "bind" actionJohn Keeping2019-12-031-0/+2
* Linux: Improved system out of memory handlingSlash Gordon2019-12-031-0/+2
* Linux backend: fix ressource leakLudovic Rousseau2019-11-231-0/+4
* windows: workaround WaitForMultipleObjects max 64 events limitation.Frank Li2019-10-301-8/+114
* Fix linux_scan_devices() in AndroidVinicius Tinti2019-10-301-1/+1
* Solaris: format mismatch in some usbi_dbg()Kenjiro Tsuji2019-10-301-7/+9
* Solaris backend depends on Solaris private symbolsKenjiro Tsuji2019-09-261-42/+32
* Solaris: fails to find USB devices on SPARC platformKenjiro Tsuji2019-09-261-4/+9
* Solaris backend is not correctly setting the one transfer mode for Interrupt-...Kenjiro Tsuji2019-09-261-27/+42
* Update poll_windows.cwinterrace2019-08-211-0/+1
* Fix NULL pointer dereference crasheswinterrace2019-08-211-2/+2
* windows: fix buildNathan Hjelm2019-08-141-3/+3
* windows: Fix libusb_get_device_list failure if virual usb host installledFrank Li2019-08-141-3/+3
* windows_winusb: Add support for reporting super speed plus devicesHarry Mallon2019-08-092-1/+6
* windows_winusb: fix pedantic format string warnings.Josh Gao2019-08-091-8/+8
* windows_winusb: fix size_t format strings.Josh Gao2019-08-091-2/+2
* windows: remove total fds (256) limitationsFrank Li2019-08-092-14/+51
* Use `%zu` for sizes instead of `%d`William Orr2019-08-091-2/+2
* Remove infinite recursion in OpenBSD backendWilliam Orr2019-08-091-2/+0
* Use a designated initializer for openbsd backendWilliam Orr2019-08-091-49/+29
* Windows: Workaround for composite devices with U2F on Win10 1903Axel Gembe2019-08-091-1/+10
* Windows: Fix detection of Windows 10 when manifest declares supportAxel Gembe2019-08-091-1/+2
* darwin: fix bugs in the reenumeration of devicesNathan Hjelm2019-08-091-46/+88
* Various fixes for the Haiku portAdrien Destugues2019-07-074-10/+49
* Fix some -Wformat warnings.Josh Gao2019-07-072-5/+5
* windows_winusb: Set policy ISO_ALWAYS_START_ASAP for libusbKLéo Lam2019-07-072-0/+9
* windows_winusb: Bounds check interface for check_valid_interfaceLéo Lam2019-07-071-0/+3
* windows_winusb: Mask wIndex correctly when checking interfacesLéo Lam2019-07-071-1/+1
* windows: fix return type of usbi_{inc,dec}_fds_ref.Josh Gao2019-07-072-4/+4
* Typo fixes in commentsfollower2019-07-071-2/+2
* Issue 555: Memory passed to ioctl is not initialized in reap_for_handlemac Wang2019-04-081-1/+1
* Add support for isochronous transfers with WinUSB.philemonf2019-04-053-40/+367
* windows: get usb device until usb configuration is sethaidong.zheng2019-04-051-14/+38
* darwin: Retry IOCreatePlugInInterfaceForService on failureJuan Cruz Viotti2019-04-051-3/+17
* solaris: Fix crash on closing libusb handleAlexander Pyhalov2019-04-041-15/+21
* Allow set configuration control requests when using libusb0.sysFrederik Carlier2019-04-041-2/+3
* Fix control transfer interface selectionkuro68k2019-04-041-5/+31
* Use more portable di_prop_lookup_ints() interfaceAlexander Pyhalov2019-04-041-7/+7
* transfer_lock should be released before usbi_handle_transfer_completion() callAlexander Pyhalov2019-04-041-1/+7
* fix windows crash when multi-thread do sync transferFrank Li2019-04-043-10/+59
* Initialize the non-control endpoint fds in netbsd_open()Aymeric Vincent2019-04-041-0/+5
* darwin: fix reset deviceNathan Hjelm2019-04-042-52/+153
* haiku_usb_raw: Add missing wrap_sys_device field to usbi_os_backendAndrew Aldridge2019-01-301-39/+40
* haiku_usb_raw: return written length instead of LIBUSB_SUCCESSAndrew Aldridge2019-01-301-7/+6
* Fixed many compiler warnings about sign and size mismatchSean McBride2019-01-303-47/+63
* Add missing structure entry to avoid erroneous shift of following itemswinterrace2019-01-301-0/+1