Add missing SPEED_SUPER_PLUS constant

This commit is contained in:
Klaus Reimer 2018-10-08 21:05:18 +02:00
parent b0ef2ea313
commit 054abf6503
2 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,10 @@
</properties>
<body>
<release version="1.3.0" date="2018-10-07" description="Major update">
<action dev="kayahr" type="update" date="2018-10-08">
<action dev="kayahr" type="add" date="2018-10-08">
Add missing SPEED_SUPER_PLUS constant.
</action>
<action dev="kayahr" type="add" date="2018-10-08">
Wrap new libusb functions: setOption.
</action>
<action dev="kayahr" type="update" date="2018-10-07">

View File

@ -163,6 +163,10 @@ public final class LibUsb
/** The device is operating at super speed (5000MBit/s). */
public static final int SPEED_SUPER = 4;
/** The device is operating at super speed plus (10000MBit/s). */
public static final int SPEED_SUPER_PLUS = 5;
// Supported speeds (wSpeedSupported) bitfield. Indicates what speeds the
// device supports.