summaryrefslogtreecommitdiff
path: root/libusb/libusb_version.h
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-12-01 12:41:56 +0000
committerPete Batard <pbatard@gmail.com>2010-12-01 12:56:08 +0000
commit4c9102961d3a0df21f66ad2e8ff20dee0fc9290d (patch)
treef8d5f4adcfa2b20dfb4d22a6acfc89331f9523a3 /libusb/libusb_version.h
parent2a7b4a7a2ce9cc1348d5c4165d1e3b6bc3080e2e (diff)
downloadlibusb-pbr324.tar.gz
unconstrained ancestors lookup for HID and other devicespbr324
* Some HID devices (Logitech) had interfaces that used more than 2 levels to get to a listed ancestor, which resulted to assertion failure * new implementation no longer constrains lookup level * issue reported by Phong Truong
Diffstat (limited to 'libusb/libusb_version.h')
-rw-r--r--libusb/libusb_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/libusb_version.h b/libusb/libusb_version.h
index 338ba1a..7f5f839 100644
--- a/libusb/libusb_version.h
+++ b/libusb/libusb_version.h
@@ -24,6 +24,6 @@
#define LIBUSB_VERSION_MAJOR 1
#define LIBUSB_VERSION_MINOR 0
#define LIBUSB_VERSION_MICRO 8
-#define LIBUSB_VERSION_NANO 10323
+#define LIBUSB_VERSION_NANO 10324
#endif