summaryrefslogtreecommitdiff
path: root/libusb/os/haiku_usb_raw.cpp
Commit message (Expand)AuthorAgeFilesLines
* core: Narrow the types passed to certain backend functionsChris Dickens2020-04-281-4/+4
* Fix some trivial compiler warnings for the Haiku and BSD backendsChris Dickens2020-04-281-0/+1
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-9/+0
* core: Change pointer type from 'unsigned char' to 'void'Chris Dickens2020-04-171-4/+4
* core: Kill the 'host_endian' argument for most functionsChris Dickens2020-04-171-6/+4
* core: Remove redundant definitions for descriptor sizesChris Dickens2020-04-171-1/+1
* Haiku: Fix some issues in the backendChris Dickens2020-03-161-28/+52
* core: Make the 'reset_device' function of the backend optionalChris Dickens2020-03-161-8/+0
* core: Move parameter validation from backend to coreChris Dickens2020-03-161-1/+1
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-12/+0
* core: Introduce accessor functions for structure private dataChris Dickens2020-02-261-18/+20
* Misc: Cleanup across multiple backendsChris Dickens2020-01-241-34/+2
* Various fixes for the Haiku portAdrien Destugues2019-07-071-2/+16
* haiku_usb_raw: Add missing wrap_sys_device field to usbi_os_backendAndrew Aldridge2019-01-301-39/+40
* haiku_usb_raw: return written length instead of LIBUSB_SUCCESSAndrew Aldridge2019-01-301-7/+6
* core: Preparation for handling backend-specific optionsChris Dickens2017-07-161-0/+1
* core: Pass context to backend when calling exit() functionChris Dickens2017-07-161-1/+2
* 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
* Misc: Simplify Haiku build and fix broken parallel buildChris Dickens2015-12-171-0/+247