summaryrefslogtreecommitdiff
path: root/libusb/os/null_usb.c
Commit message (Expand)AuthorAgeFilesLines
* core: Kill backend get_device_descriptor() functionChris Dickens2020-04-281-8/+0
* core: Change pointer type from 'unsigned char' to 'void'Chris Dickens2020-04-171-3/+3
* core: Kill the 'host_endian' argument for most functionsChris Dickens2020-04-171-2/+2
* core: Make the 'reset_device' function of the backend optionalChris Dickens2020-03-161-7/+0
* core: Kill usbi_backend.clock_gettime() functionChris Dickens2020-03-151-14/+0
* Misc: Cleanup across multiple backendsChris Dickens2020-01-241-36/+0
* Add Null POSIX backendPino Toscano2019-12-281-0/+176