projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed invalid dfu and flip related targets from the bootloaders - bootloaders can...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
Host
/
MassStorage.h
diff --git
a/LUFA/Drivers/USB/Class/Host/MassStorage.h
b/LUFA/Drivers/USB/Class/Host/MassStorage.h
index
8868c95
..
3dbf649
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/MassStorage.h
+++ b/
LUFA/Drivers/USB/Class/Host/MassStorage.h
@@
-31,6
+31,8
@@
/** \file
\r
* \brief Host mode driver for the library USB Mass Storage Class driver.
\r
*
\r
/** \file
\r
* \brief Host mode driver for the library USB Mass Storage Class driver.
\r
*
\r
+ * Host mode driver for the library USB Mass Storage Class driver.
\r
+ *
\r
* \note This file should not be included directly. It is automatically included as needed by the class driver
\r
* dispatch header located in LUFA/Drivers/USB/Class/MassStorage.h.
\r
*/
\r
* \note This file should not be included directly. It is automatically included as needed by the class driver
\r
* dispatch header located in LUFA/Drivers/USB/Class/MassStorage.h.
\r
*/
\r
@@
-71,7
+73,9
@@
#define MS_ERROR_LOGICAL_CMD_FAILED 0x80
\r
\r
/* Type Defines: */
\r
#define MS_ERROR_LOGICAL_CMD_FAILED 0x80
\r
\r
/* Type Defines: */
\r
- /** Class state structure. An instance of this structure should be made within the user application,
\r
+ /** \brief Mass Storage Class Host Mode Configuration and State Structure.
\r
+ *
\r
+ * Class state structure. An instance of this structure should be made within the user application,
\r
* and passed to each of the Mass Storage class driver functions as the MSInterfaceInfo parameter. This
\r
* stores each Mass Storage interface's configuration and state information.
\r
*/
\r
* and passed to each of the Mass Storage class driver functions as the MSInterfaceInfo parameter. This
\r
* stores each Mass Storage interface's configuration and state information.
\r
*/
\r
@@
-105,7
+109,9
@@
*/
\r
} USB_ClassInfo_MS_Host_t;
\r
\r
*/
\r
} USB_ClassInfo_MS_Host_t;
\r
\r
- /** SCSI capacity structure, to hold the total capacity of the device in both the number
\r
+ /** \brief SCSI Device LUN Capacity Structure.
\r
+ *
\r
+ * SCSI capacity structure, to hold the total capacity of the device in both the number
\r
* of blocks in the current LUN, and the size of each block. This structure is filled by
\r
* the device when the MassStore_ReadCapacity() function is called.
\r
*/
\r
* of blocks in the current LUN, and the size of each block. This structure is filled by
\r
* the device when the MassStore_ReadCapacity() function is called.
\r
*/
\r