summaryrefslogtreecommitdiff
path: root/libusb/os/netbsd_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize the non-control endpoint fds in netbsd_open()Aymeric Vincent2019-04-041-0/+5
* Fixed various trivial cppcheck 1.80 warningsSean McBride2017-12-281-2/+0
* core: Preparation for handling backend-specific optionsChris Dickens2017-07-161-0/+1
* core: Add provisions for per-context private backend dataChris Dickens2017-07-061-0/+1
* core: Kill usbi_os_backend structure definition madnessChris Dickens2017-07-061-1/+1
* Misc: Fix usbi_os_backend structure initializationChris Dickens2016-05-291-0/+3
* core: Remove unused member add_iso_packet_size from struct usbi_os_backendTobias Klauser2015-04-281-1/+0
* netbsd: Transition to use new transfer completion APIChris Dickens2015-01-261-72/+7
* Fix up backends for new transfer completion API.Chris Dickens2015-01-201-0/+1
* core: Improve the handling of the pollfd listChris Dickens2014-12-291-1/+1
* core: Make use of headers consistent across all filesChris Dickens2014-09-061-1/+2
* core: Only interrupt event handlers as necessary during libusb_open()Chris Dickens2014-08-271-1/+1
* Add API for using bulk streamsHans de Goede2014-04-221-0/+3
* Add API for allocating / freeing usb3 bulk streams + Linux implementationHans de Goede2014-04-221-0/+3
* Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu2014-01-081-1/+1
* Make usbi_get_device_by_session_id return a ref to the found deviceHans de Goede2013-09-061-3/+1
* openbsd: Split openbsd backend into separate openbsd and netbsd backendsHans de Goede2013-08-211-0/+734