summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libusb/core.c9
-rw-r--r--libusb/version_nano.h2
2 files changed, 6 insertions, 5 deletions
diff --git a/libusb/core.c b/libusb/core.c
index bb7cb01..f43d71b 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -1209,10 +1209,11 @@ void API_EXPORTED libusb_unref_device(libusb_device *dev)
* handle for the underlying device. The handle allows you to use libusb to
* perform I/O on the device in question.
*
- * Call libusb_set_option(NULL, LIBUSB_OPTION_NO_DEVICE_DISCOVERY) before
- * libusb_init() if you want to skip enumeration of USB devices. In particular,
- * this might be needed on Android if you don't have authority to access USB
- * devices in general.
+ * Call libusb_set_option() with the parameters (NULL,
+ * \ref LIBUSB_OPTION_NO_DEVICE_DISCOVERY) before libusb_init() if you want
+ * to skip enumeration of USB devices. In particular, this might be
+ * needed on Android if you don't have authority to access USB devices
+ * in general.
*
* On Linux, the system device handle must be a valid file descriptor opened
* on the device node.
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 0905dd0..80f51e2 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11732
+#define LIBUSB_NANO 11733