From: starous Date: Wed, 6 Oct 2010 19:48:48 +0000 (+0200) Subject: Corrected usb.h X-Git-Tag: 2.00~725^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3d8d98dda6c0fbecd57fe253c7af4776e4dd7b9;p=thirdparty%2Fgrub.git Corrected usb.h --- diff --git a/include/grub/usb.h b/include/grub/usb.h index 6f838e4f9..c31ce1310 100644 --- a/include/grub/usb.h +++ b/include/grub/usb.h @@ -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 *