aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Host/CDC.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/CDC.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/CDC.h')
-rw-r--r--LUFA/Drivers/USB/Class/Host/CDC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/CDC.h b/LUFA/Drivers/USB/Class/Host/CDC.h
index fdbc7aee5..016f4a5d1 100644
--- a/LUFA/Drivers/USB/Class/Host/CDC.h
+++ b/LUFA/Drivers/USB/Class/Host/CDC.h
@@ -139,6 +139,7 @@
CDC_ENUMERROR_NoError = 0, /**< Configuration Descriptor was processed successfully. */
CDC_ENUMERROR_InvalidConfigDescriptor = 1, /**< The device returned an invalid Configuration Descriptor. */
CDC_ENUMERROR_NoCompatibleInterfaceFound = 2, /**< A compatible CDC interface was not found in the device's Configuration Descriptor. */
+ CDC_ENUMERROR_PipeConfigurationFailed = 3, /**< One or more pipes for the specified interface could not be configured correctly. */
};
/* Function Prototypes: */