openbsd: Split openbsd backend into separate openbsd and netbsd backends
commiteb4e7bee4488cefcf13929d9c4fe784650fef7c7
authorHans de Goede <hdegoede@redhat.com>
Wed, 21 Aug 2013 14:18:39 +0000 (21 16:18 +0200)
committerHans de Goede <hdegoede@redhat.com>
Wed, 21 Aug 2013 14:18:39 +0000 (21 16:18 +0200)
treea8f7bc7bfe035c779fd76c46f1c015187aebf768
parentc089900c486e94b067e4d30ef9047a80cbb6d689
openbsd: Split openbsd backend into separate openbsd and netbsd backends

Note the new netbsd_usb.c is an unmodified copy of openbsd_usb.c with
s/obsd/netbsd done on it. The reason for this split is that the openbsd
developers have been working on various improvements for their userspace
usb support, and adding support for those means breaking netbsd support,
by giving netbsd its own backend we can add support for the openbsd
improvements without breaking netbsd support.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
configure.ac
libusb/Makefile.am
libusb/core.c
libusb/libusbi.h
libusb/os/netbsd_usb.c [new file with mode: 0644]
libusb/version_nano.h