summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent2a7b4a7a2ce9cc1348d5c4165d1e3b6bc3080e2e (diff)
downloadlibusb-4c9102961d3a0df21f66ad2e8ff20dee0fc9290d.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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 39daa13..1646a8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
m4_define(LIBUSB_MAJOR, [1])
m4_define(LIBUSB_MINOR, [0])
m4_define(LIBUSB_MICRO, [8])
-m4_define(LIBUSB_NANO, [10323])
+m4_define(LIBUSB_NANO, [10324])
AC_INIT([libusb], LIBUSB_MAJOR.LIBUSB_MINOR.LIBUSB_MICRO, [libusb-devel@lists.sourceforge.net], [libusb], [http://www.libusb.org/])