From a04d12bbd38ebd26eff0e878251ba329287e9df5 Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Mon, 3 Aug 2015 13:33:15 +0200 Subject: [PATCH] Update doc as per libusb-1.0.20-rc1. --- src/main/java/org/usb4java/ConfigDescriptor.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/usb4java/ConfigDescriptor.java b/src/main/java/org/usb4java/ConfigDescriptor.java index b741391..60cb03c 100644 --- a/src/main/java/org/usb4java/ConfigDescriptor.java +++ b/src/main/java/org/usb4java/ConfigDescriptor.java @@ -107,9 +107,10 @@ public final class ConfigDescriptor public native byte bmAttributes(); /** - * Returns the maximum power consumption of the USB device from this bus - * in this configuration when the device is fully operation. Expressed in - * units of 2 mA. + * Returns the maximum power consumption of the USB device from this bus + * configuration when the device is fully operation. Expressed in units + * of 2 mA when the device is operating in high-speed mode and in units + * of 8 mA when the device is operating in super-speed mode. * * @return The maximum power consumption. */