core: Add definition for LIBUSB_SUPER_SPEED_PLUS (10Gb/s)

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
This commit is contained in:
Chris Dickens
2018-01-08 22:03:49 -08:00
parent 55ced7746d
commit 7a91d7cdcc
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -983,6 +983,9 @@ enum libusb_speed {
/** The device is operating at super speed (5000MBit/s). */
LIBUSB_SPEED_SUPER = 4,
/** The device is operating at super speed plus (10000MBit/s). */
LIBUSB_SPEED_SUPER_PLUS = 5,
};
/** \ingroup libusb_dev
+1 -1
View File
@@ -1 +1 @@
#define LIBUSB_NANO 11287
#define LIBUSB_NANO 11288