mirror of https://github.com/rusefi/usb4java.git
Merge branch 'patch-1' of https://github.com/loreii/usb4java into loreii-patch-1
This commit is contained in:
commit
94d368d2e7
|
@ -1942,7 +1942,9 @@ public final class LibUsb
|
|||
* {@link #ERROR_TIMEOUT} if the transfer timed out,
|
||||
* {@link #ERROR_PIPE} if the control request was not supported by
|
||||
* the device, {@link #ERROR_NO_DEVICE} if the device has been
|
||||
* disconnected, another ERROR code on other failures
|
||||
* disconnected, {@link LIBUSB_ERROR_INVALID_PARAM} if the transfer
|
||||
* size is larger than the operating system and/or hardware can
|
||||
* support. Another ERROR code on other failures
|
||||
*/
|
||||
public static native int controlTransfer(final DeviceHandle handle,
|
||||
final byte bmRequestType, final byte bRequest, final short wValue,
|
||||
|
|
Loading…
Reference in New Issue