aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/version.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-05-02 18:02:50 +0100
committerPete Batard <pete@akeo.ie>2012-05-02 18:02:50 +0100
commit939a4782b28c36dfddb68585c4b027a4d5494a5b (patch)
tree80b9197eb3d57248e5a754fe7bf27afa6df847ff /libusb/version.h
parentae1124c112c88e807fb5f500846c9b12ea882122 (diff)
downloadandroid_external_libusbx-939a4782b28c36dfddb68585c4b027a4d5494a5b.tar.gz
android_external_libusbx-939a4782b28c36dfddb68585c4b027a4d5494a5b.tar.bz2
android_external_libusbx-939a4782b28c36dfddb68585c4b027a4d5494a5b.zip
Samples: Remove interface requests when querying WCID devices
* As per MS documentation, querying of the Extended Properties is a device request (0xC0), not an interface one (0xC1), so there is no issue with the WinUSB wIndex override.
Diffstat (limited to 'libusb/version.h')
-rw-r--r--libusb/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version.h b/libusb/version.h
index 5fd6719..ef81eba 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -9,7 +9,7 @@
#define LIBUSB_MICRO 10
#endif
#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 10487
+#define LIBUSB_NANO 10488
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC