aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-08-23 22:59:58 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-08-23 22:59:58 +0200
commitaded8373cc07cc749b6ca0f862ba119828f26601 (patch)
tree6fcfe16ca39d7757d6b3141266f4b5cd67cc5d8e /LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h
parent44bc433fb0694ecea05bf35d001f3e5d846b7ec4 (diff)
downloadlufa-aded8373cc07cc749b6ca0f862ba119828f26601.tar.gz
lufa-aded8373cc07cc749b6ca0f862ba119828f26601.tar.bz2
lufa-aded8373cc07cc749b6ca0f862ba119828f26601.zip
Fixed error receiving PIMA events via the Still Image Host class driver.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h')
-rw-r--r--LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h b/LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h
index 0c7db4667..fd7b035c9 100644
--- a/LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h
+++ b/LUFA/Drivers/USB/Class/Common/StillImageClassCommon.h
@@ -119,18 +119,18 @@
{
PIMA_RESPONSE_OK = 1, /**< Response code indicating no error in the issued command. */
PIMA_RESPONSE_GeneralError = 2, /**< Response code indicating a general error while processing the
- * issued command.
- */
+ * issued command.
+ */
PIMA_RESPONSE_SessionNotOpen = 3, /**< Response code indicating that the sent command requires an open
- * session before being issued.
- */
+ * session before being issued.
+ */
PIMA_RESPONSE_InvalidTransaction = 4, /**< Response code indicating an invalid transaction occurred. */
PIMA_RESPONSE_OperationNotSupported = 5, /**< Response code indicating that the issued command is not supported
- * by the attached device.
- */
+ * by the attached device.
+ */
PIMA_RESPONSE_ParameterNotSupported = 6, /**< Response code indicating that one or more of the issued command's
- * parameters are not supported by the device.
- */
+ * parameters are not supported by the device.
+ */
};
/* Type Defines: */