core: Add provisions for per-context private backend data
[platform/upstream/libusb.git] / libusb / os / openbsd_usb.c
2017-07-06 Chris Dickenscore: Add provisions for per-context private backend...
2017-07-06 Chris Dickenscore: Kill usbi_os_backend structure definition madness
2016-05-30 Chris DickensMisc: Fix usbi_os_backend structure initialization
2015-04-28 Tobias Klausercore: Remove unused member add_iso_packet_size from...
2015-01-27 Chris Dickensopenbsd: Transition to use new transfer completion API
2015-01-21 Chris DickensFix up backends for new transfer completion API.
2014-12-29 Chris Dickenscore: Improve the handling of the pollfd list
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
2014-04-22 Hans de GoedeAdd API for using bulk streams
2014-04-22 Hans de GoedeAdd API for allocating / freeing usb3 bulk streams...
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-09-06 Hans de GoedeMake usbi_get_device_by_session_id return a ref to...
2013-09-06 Hans de Goedeopenbsd: Fix a memleak
2013-09-06 Hans de Goedeopenbsd: Fix usbi_sanitize_device error handling
2013-08-21 Martin PieuchotOpenBSD: Add basic support for non ugen(4) devices...
2013-06-26 Hans de Goedeopenbsd: Fix memleak in obsd_get_device_list()
2013-05-30 Hans de Goedehotplug: Add a hotplug_poll backend function
2013-05-24 Hans de Goedeall: Allow backend to provide a better get_config_descr...
2013-05-24 Hans de Goedeall: Make usbi_os_backend.get_[active_]config_descripto...
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-20 Martin PieuchotBSD: Provide libusb_get_device_speed() data
2012-04-09 Peter StugeOpenBSD: Fix warning: 'hpriv' may be used uninitialized
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-22 Peter Stugelibusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-19 Peter StugeOpenBSD: Correctly catch attempts to do isochronous...
2012-01-30 Martin PieuchotOpenBSD backend