Add Null POSIX backend
authorPino Toscano <toscano.pino@tiscali.it>
Fri, 27 Dec 2019 17:41:28 +0000 (18:41 +0100)
committerLudovic Rousseau <ludovic.rousseau@free.fr>
Sat, 28 Dec 2019 16:57:37 +0000 (17:57 +0100)
commit53572d7e5eee79266139399924c7491174be1670
tree7ccbbd8381ec3f5b5177bd7ca05496350d61ed77
parentb454b9a4d3f9b55ea26cd28c8bfe4dc547b6e1cb
Add Null POSIX backend

Add a simple null backend for POSIX platforms that reports no available
devices, and provides no capabilities. Make use of this new backend on
all the OSes without an existing backend, so libusb can be built even on
OSes without USB support.
configure.ac
libusb/Makefile.am
libusb/libusbi.h
libusb/os/null_usb.c [new file with mode: 0644]
libusb/version_nano.h