aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/MassStorage.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-02 01:56:06 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-02 01:56:06 +0000
commited9d77aeee3a192852ca2419b7cfa58d39073036 (patch)
treec704acafd6e964edadc79bb04cf68d6927f23238 /LUFA/Drivers/USB/Class/Host/MassStorage.h
parent1c74525d2f606b13faafc5fdee389ab452a50f6c (diff)
downloadlufa-ed9d77aeee3a192852ca2419b7cfa58d39073036.tar.gz
lufa-ed9d77aeee3a192852ca2419b7cfa58d39073036.tar.bz2
lufa-ed9d77aeee3a192852ca2419b7cfa58d39073036.zip
Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more space efficient when compiled.
Added new *_ENUMERROR_PipeConfigurationFailed error codes for the *_Host_ConfigurePipes() routines.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Host/MassStorage.h')
-rw-r--r--LUFA/Drivers/USB/Class/Host/MassStorage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/MassStorage.h b/LUFA/Drivers/USB/Class/Host/MassStorage.h
index bef26fd13..5779a4721 100644
--- a/LUFA/Drivers/USB/Class/Host/MassStorage.h
+++ b/LUFA/Drivers/USB/Class/Host/MassStorage.h
@@ -131,6 +131,7 @@
MS_ENUMERROR_NoError = 0, /**< Configuration Descriptor was processed successfully. */
MS_ENUMERROR_InvalidConfigDescriptor = 1, /**< The device returned an invalid Configuration Descriptor. */
MS_ENUMERROR_NoCompatibleInterfaceFound = 2, /**< A compatible Mass Storage interface was not found in the device's Configuration Descriptor. */
+ MS_ENUMERROR_PipeConfigurationFailed = 3, /**< One or more pipes for the specified interface could not be configured correctly. */
};
/* Function Prototypes: */