core: update usbi_dbg to take the context as an argument
[platform/upstream/libusb.git] / libusb / os / netbsd_usb.c
2021-07-21 Nathan Hjelmcore: update usbi_dbg to take the context as an argument
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris DickensFix some trivial compiler warnings for the Haiku and...
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-17 Chris Dickenscore: Change pointer type from 'unsigned char' to ...
2020-04-17 Chris Dickenscore: Kill the 'host_endian' argument for most functions
2020-04-17 Chris Dickenscore: Remove redundant definitions for descriptor sizes
2020-04-09 nianetbsd: Recognize device timeouts.
2020-03-16 Chris Dickenscore: Make the 'reset_device' function of the backend...
2020-03-16 Chris Dickenscore: Kill usbi_backend.clock_gettime() function
2020-02-26 Chris Dickenscore: Introduce accessor functions for structure privat...
2020-01-24 Chris DickensMisc: Clean up zero-length strings and recursion in...
2020-01-24 Chris DickensMisc: Cleanup across multiple backends
2019-04-05 Aymeric VincentInitialize the non-control endpoint fds in netbsd_open()
2017-12-29 Sean McBrideFixed various trivial cppcheck 1.80 warnings
2017-07-16 Chris Dickenscore: Preparation for handling backend-specific options
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 Dickensnetbsd: 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-08-21 Hans de Goedeopenbsd: Split openbsd backend into separate openbsd...