diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-17 22:13:09 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-17 22:13:09 -0800 |
| commit | fd904a5742cceb86b63aa873600f19b5f59abf95 (patch) | |
| tree | eb53522b7aeaa2b339e1c3349ed9f1a2523fa032 | |
| parent | 2802368345887305799fe39ae077176169d64622 (diff) | |
libusb: Update to 1.0.21
| -rw-r--r-- | extra/libusb/config.h | 9 | ||||
| -rw-r--r-- | extra/libusb/rev | 2 | ||||
| m--------- | extra/libusb/src | 0 |
3 files changed, 6 insertions, 5 deletions
diff --git a/extra/libusb/config.h b/extra/libusb/config.h index 6d1b5963..64bd7839 100644 --- a/extra/libusb/config.h +++ b/extra/libusb/config.h @@ -6,7 +6,6 @@ #define HAVE_ASM_TYPES_H 1 /* #undef HAVE_LIBUDEV */ /* #undef HAVE_LIBUDEV_H */ -#define HAVE_LINUX_FILTER_H 1 #define HAVE_LINUX_NETLINK_H 1 #define HAVE_MEMORY_H 1 #define HAVE_SYSLOG_FUNC 1 @@ -16,20 +15,22 @@ #define OS_LINUX 1 /* #undef OS_NETBSD */ /* #undef OS_OPENBSD */ +/* #undef OS_SUNOS */ /* #undef OS_WINDOWS */ #define PACKAGE "libusb" #define PACKAGE_BUGREPORT "libusb-devel@lists.sourceforge.net" #define PACKAGE_NAME "libusb" -#define PACKAGE_STRING "libusb 1.0.20" +#define PACKAGE_STRING "libusb 1.0.21" #define PACKAGE_TARNAME "libusb" #define PACKAGE_URL "http://libusb.info" -#define PACKAGE_VERSION "1.0.20" +#define PACKAGE_VERSION "1.0.21" #define POLL_NFDS_TYPE nfds_t #define THREADS_POSIX 1 #define USBI_TIMERFD_AVAILABLE 1 /* #undef USE_SYSTEM_LOGGING_FACILITY */ /* #undef USE_UDEV */ -#define VERSION "1.0.20" +/* #undef USE_USBDK */ +#define VERSION "1.0.21" /* #undef WINVER */ #define _GNU_SOURCE 1 #ifndef __cplusplus diff --git a/extra/libusb/rev b/extra/libusb/rev index d00491fd..0cfbf088 100644 --- a/extra/libusb/rev +++ b/extra/libusb/rev @@ -1 +1 @@ -1 +2 diff --git a/extra/libusb/src b/extra/libusb/src -Subproject b5991a9e02e59a842a8ea2e0235cf319f2ec6cd +Subproject 09e75e98b4d9ea7909e8837b7a3f00dda4589dc |
