openbsd-ports/devel/libusb1/patches/patch-libusb_libusbi_h
mpi ca07d5e3c4 Import libusb1 1.0.8
libusb is a library for USB device access from userland.

Note that the OpenBSD backend based on ugen(4) does not provide 
asynchronous I/O.

with tests, tweaks and ok ajacoutot@
2011-11-02 14:31:56 +00:00

11 lines
296 B
Plaintext

--- libusb/libusbi.h.orig Fri Sep 23 12:29:59 2011
+++ libusb/libusbi.h Fri Sep 23 12:30:01 2011
@@ -805,6 +805,7 @@
extern const struct usbi_os_backend linux_usbfs_backend;
extern const struct usbi_os_backend darwin_backend;
+extern const struct usbi_os_backend openbsd_backend;
#endif