summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-07-18 18:25:11 +0100
committerPete Batard <pete@akeo.ie>2012-07-18 18:25:11 +0100
commit8cd30bb7066f785ee78cf6c3dccafdbc4b957b50 (patch)
tree4366a25ce64f148913ae1fa3bf9a38a9ce77b888 /libusb/version_nano.h
parente82c677b5f10a966c89f6b58caa1ae4341260527 (diff)
downloadlibusb-8cd30bb7066f785ee78cf6c3dccafdbc4b957b50.tar.gz
Windows: Set device number for root hubs to 1
* Other platforms (Linux, OS-X) appear to use 1 => follow suit. * For non root hub devices, we simply increment the USB device address. * Collisions with device address 0 are not expected, but we add an assertion for just in case.
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 4e1e808..ec7e590 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10540
+#define LIBUSB_NANO 10541