aboutsummaryrefslogtreecommitdiffstats
path: root/libusb/libusb.h
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-09-25 00:35:32 +0100
committerPete Batard <pete@akeo.ie>2012-09-25 23:52:40 +0100
commitf17d190f0f737b55230062ab5e601ed7fcdd2f02 (patch)
treead5efd75374d1b0b08d87f76f4f01bf91ae91f89 /libusb/libusb.h
parentf283af2ade9fe61bfdf94a58e881a02694f278ad (diff)
downloadandroid_external_libusbx-f17d190f0f737b55230062ab5e601ed7fcdd2f02.tar.gz
android_external_libusbx-f17d190f0f737b55230062ab5e601ed7fcdd2f02.tar.bz2
android_external_libusbx-f17d190f0f737b55230062ab5e601ed7fcdd2f02.zip
libusbx-1.0.14
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index 7972ef9..da94c9b 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -130,7 +130,7 @@ typedef unsigned __int32 uint32_t;
* Internally, LIBUSBX_API_VERSION is defined as follows:
* (libusbx major << 24) | (libusbx minor << 16) | (16 bit incremental)
*/
-#define LIBUSBX_API_VERSION 0x01000100
+#define LIBUSBX_API_VERSION 0x010000FF
#ifdef __cplusplus
extern "C" {
@@ -627,7 +627,7 @@ struct libusb_config_descriptor {
/** Maximum power consumption of the USB device from this bus in this
* configuration when the device is fully opreation. Expressed in units
* of 2 mA. */
- uint8_t bMaxPower;
+ uint8_t MaxPower;
/** Array of interfaces supported by this configuration. The length of
* this array is determined by the bNumInterfaces field. */