summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2023-01-26 12:42:03 +0100
committerTormod Volden <debian.tormod@gmail.com>2023-01-26 12:51:50 +0100
commit54350bd83fbcc9555abc57988d6fd73f3b9e9ff8 (patch)
tree61f20db3bfa99215eea6a03fe6afee12a3de2394
parent9e077421b8708d98c8d423423bd6678dca0ef2ae (diff)
downloadlibusb-54350bd83fbcc9555abc57988d6fd73f3b9e9ff8.tar.gz
Bump LIBUSB_API_VERSION to 0x0100010A
Several API changes targeted for 1.0.27 New API functions: - libusb_init_context - libusb_get_max_alt_packet_size - libusb_get_interface_association_descriptors - libusb_get_active_interface_association_descriptors - libusb_free_interface_association_descriptors - libusb_get_platform_descriptor - libusb_free_platform_descriptor (and their associated structures) New option LIBUSB_OPTION_WINUSB_RAW_IO NetBSD bus/address changes (not strictly part of API) Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--libusb/libusb.h2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index e5243b9..cd0f067 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -146,7 +146,7 @@ typedef SSIZE_T ssize_t;
* Internally, LIBUSB_API_VERSION is defined as follows:
* (libusb major << 24) | (libusb minor << 16) | (16 bit incremental)
*/
-#define LIBUSB_API_VERSION 0x01000109
+#define LIBUSB_API_VERSION 0x0100010A
/* The following is kept for compatibility, but will be deprecated in the future */
#define LIBUSBX_API_VERSION LIBUSB_API_VERSION
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index a990ae7..0229c60 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11778
+#define LIBUSB_NANO 11779