libusb.h: Base Class EFh (Miscellaneous) was missing in class definition.
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Sun, 25 Oct 2020 11:50:06 +0000 (12:50 +0100)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sun, 8 Nov 2020 04:18:41 +0000 (20:18 -0800)
Closes #802

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
libusb/libusb.h
libusb/version_nano.h

index 2f09afe..1308571 100644 (file)
@@ -231,6 +231,9 @@ enum libusb_class_code {
        /** Wireless class */
        LIBUSB_CLASS_WIRELESS = 0xe0,
 
+       /** Miscellaneous class */
+       LIBUSB_CLASS_MISCELLANEOUS = 0xef,
+
        /** Application class */
        LIBUSB_CLASS_APPLICATION = 0xfe,
 
index 5d3763d..8a2be53 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11569
+#define LIBUSB_NANO 11570