summaryrefslogtreecommitdiff
path: root/libusb/os/netbsd_usb.c
Commit message (Expand)AuthorAgeFilesLines
* netbsd: Map NetBSD's udi_bus/udi_addr to libusb's 1-based APIEdgar Fuß2023-01-201-2/+2
* netbsd: Add comment about udi_speed values matching libusb enumEdgar Fuß2023-01-181-1/+1
* netbsd: Fix typo preventing buildTormod Volden2022-01-221-1/+1
* core: update usbi_dbg to take the context as an argumentNathan Hjelm2021-07-211-20/+20
* core: Narrow the types passed to certain backend functionsChris Dickens2020-04-281-13/+15
* Fix some trivial compiler warnings for the Haiku and BSD backendsChris Dickens2020-04-281-7/+11
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-18/+7
* core: Change pointer type from 'unsigned char' to 'void'Chris Dickens2020-04-171-13/+10
* core: Kill the 'host_endian' argument for most functionsChris Dickens2020-04-171-10/+4
* core: Remove redundant definitions for descriptor sizesChris Dickens2020-04-171-1/+1
* netbsd: Recognize device timeouts.nia2020-04-091-0/+3
* core: Make the 'reset_device' function of the backend optionalChris Dickens2020-03-161-10/+0
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-15/+0
* core: Introduce accessor functions for structure private dataChris Dickens2020-02-261-19/+19
* Misc: Clean up zero-length strings and recursion in clock_gettime()Chris Dickens2020-01-241-10/+8
* Misc: Cleanup across multiple backendsChris Dickens2020-01-241-58/+31
* 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