summaryrefslogtreecommitdiff
path: root/libusb/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* darwin: use internal define when querying plugin interfaceNathan Hjelm2019-01-161-1/+1
* darwin: shorten hotplug poll timeoutNathan Hjelm2019-01-081-3/+3
* linux_usbfs: Disable hotplug events and scanning on AndroidVianney le Clément de Saint-Marcq2019-01-081-5/+9
* linux_usbfs: Use fallback usbfs path on AndroidVianney le Clément de Saint-Marcq2019-01-081-2/+4
* linux_usbfs: Implement libusb_wrap_sys_device()Vianney le Clément de Saint-Marcq2019-01-081-11/+78
* linux_usbfs: Get device address from file descriptorVianney le Clément de Saint-Marcq2019-01-083-4/+15
* linux_usbfs: Extract device handle initialization from op_open()Vianney le Clément de Saint-Marcq2019-01-081-19/+29
* linux_usbfs: Fallback to usbfs if device has no sysfs_dirVianney le Clément de Saint-Marcq2019-01-081-13/+15
* Tried to untangle mixing of int, enum libusb_error, kern_return_t, and IOReturn.Sean McBride2019-01-081-89/+94
* Removed unneeded checks for passing null to free()Sean McBride2019-01-081-2/+2
* usbi_dbg() uses backend's clock_gettime(), break recursion in sunos backendAlexander Pyhalov2018-12-051-2/+0
* Enable timerfd on sunos when availableAlexander Pyhalov2018-12-051-0/+10
* os/darwin: remove code that changed the device class usedNathan Hjelm2018-10-171-24/+1
* os/darwin: switch from using ResetDevice to USBDeviceReEnumerateNathan Hjelm2018-07-261-3/+4
* Windows: WinUSB: Allow caching config descriptors to failChris Dickens2018-03-171-42/+31
* Windows: Restructure DDK/MSVC project filesChris Dickens2018-03-121-1/+1
* Windows: WinUSB: Guard against erroneous reporting of devicesChris Dickens2018-03-121-0/+1