Clean up RNDIS demo type define names.
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / MassStorage.h
index 2616bd8..53eb7ab 100644 (file)
                        /** Current State information structure for \ref USB_ClassInfo_MS_Device_t Mass Storage device interface structures. */\r
                        typedef struct\r
                        {\r
-                               CommandBlockWrapper_t  CommandBlock; /**< Mass Storage class command block structure, used internally\r
-                                                                                                         *   by the class driver\r
+                               CommandBlockWrapper_t  CommandBlock; /**< Mass Storage class command block structure, stores the received SCSI\r
+                                                                     *   command from the host which is to be processed\r
                                                                                                          */\r
-                               CommandStatusWrapper_t CommandStatus; /**< Mass Storage class command status structure, used internally\r
-                                                                                                          *   by the class driver\r
+                               CommandStatusWrapper_t CommandStatus; /**< Mass Storage class command status structure, set elements to indicate\r
+                                                                                                          *   the issued command's success or failure to the host\r
                                                                                                           */\r
 \r
                                bool IsMassStoreReset; /**< Flag indicating that the host has requested that the Mass Storage interface be reset\r