aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/libusb.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-07-03 22:41:55 +0100
committerPete Batard <pete@akeo.ie>2013-07-04 18:39:22 +0100
commitb4c18fac65a594502eec5edd2611d5953e7950f7 (patch)
treec4229cee1b5081bc013e04222b13c598cce6a14a /libusb/libusb.h
parentea39a14d0afc255a47f380480d7f0fc925a0e7eb (diff)
downloadandroid_external_libusbx-b4c18fac65a594502eec5edd2611d5953e7950f7.tar.gz
android_external_libusbx-b4c18fac65a594502eec5edd2611d5953e7950f7.tar.bz2
android_external_libusbx-b4c18fac65a594502eec5edd2611d5953e7950f7.zip
Doc: update hotplug, topology and descriptor documentation
* Also fix some typos * Closes #95
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index 5e1c23c..e8e1201 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -1260,14 +1260,14 @@ struct libusb_transfer {
};
/** \ingroup misc
- * Capabilities supported by this instance of libusb. Test if the loaded
- * library supports a given capability by calling
+ * Capabilities supported by an instance of libusb on the current running
+ * platform. Test if the loaded library supports a given capability by calling
* \ref libusb_has_capability().
*/
enum libusb_capability {
/** The libusb_has_capability() API is available. */
LIBUSB_CAP_HAS_CAPABILITY = 0x0000,
- /** Hotplug support is available. */
+ /** Hotplug support is available on this platform. */
LIBUSB_CAP_HAS_HOTPLUG = 0x0001,
/** The library can access HID devices without requiring user intervention.
* Note that before being able to actually access an HID device, you may