summaryrefslogtreecommitdiff
path: root/libusb/os/openbsd_usb.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-06core: Make use of headers consistent across all filesChris Dickens1-1/+2
2014-08-27core: Only interrupt event handlers as necessary during libusb_open()Chris Dickens1-1/+1
2014-04-22Add API for using bulk streamsHans de Goede1-0/+3
2014-04-22Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede1-0/+3
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu1-1/+1
2013-09-06Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede1-3/+1
2013-09-06openbsd: Fix a memleakHans de Goede1-1/+4
2013-09-06openbsd: Fix usbi_sanitize_device error handlingHans de Goede1-1/+3
2013-08-21OpenBSD: Add basic support for non ugen(4) devices using usb(4)Martin Pieuchot1-122/+211
2013-06-26openbsd: Fix memleak in obsd_get_device_list()Hans de Goede1-1/+5
2013-05-30hotplug: Add a hotplug_poll backend functionHans de Goede1-0/+1
2013-05-24all: Allow backend to provide a better get_config_descriptor_by_valueHans de Goede1-0/+1
2013-05-24all: Make usbi_os_backend.get_[active_]config_descriptor return lenHans de Goede1-2/+2
2013-04-02Core: Add HID and kernel detach capability detection for all backendsPete Batard1-0/+1
2012-05-23Misc: Ensure all sources are UTF-8Pete Batard1-1/+1
2012-04-20BSD: Provide libusb_get_device_speed() dataMartin Pieuchot1-0/+1
2012-04-09OpenBSD: Fix warning: 'hpriv' may be used uninitializedPeter Stuge1-1/+10
2012-04-03Misc: Rebrand to libusbxPete Batard1-2/+2
2012-03-22libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macrosPeter Stuge1-4/+4
2012-02-22Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLPPeter Stuge1-1/+7
2012-02-19OpenBSD: Correctly catch attempts to do isochronous OUT transfersPeter Stuge1-1/+1
2012-01-30OpenBSD backendMartin Pieuchot1-0/+711