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