]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Corrected usb.h
authorstarous <starous@pracovna>
Wed, 6 Oct 2010 19:48:48 +0000 (21:48 +0200)
committerstarous <starous@pracovna>
Wed, 6 Oct 2010 19:48:48 +0000 (21:48 +0200)
include/grub/usb.h

index 6f838e4f943a7d871e3b413bfafc55326b8eef84..c31ce131041dacd3b5fbdc32138f8a547c35e63e 100644 (file)
@@ -245,7 +245,10 @@ typedef enum
 
 typedef enum
   {
-    GRUB_USBMS_PROTOCOL_BULK = 0x50
+    GRUB_USBMS_PROTOCOL_BULK = 0x50,
+    /* Experimental support for Control/Bulk/Interrupt (CBI) devices */
+    GRUB_USBMS_PROTOCOL_CBI = 0x00, /* CBI with interrupt */
+    GRUB_USBMS_PROTOCOL_CB = 0x01  /* CBI wthout interrupt */
   } grub_usbms_protocol_t;
 
 static inline struct grub_usb_desc_if *