aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/MIDI.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-07 06:54:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-07 06:54:08 +0000
commita9e0935a90346beb0c981924becc1f55d969a08b (patch)
tree626edea1cd4136a3ade4ec015f93aac2d5d5b7f6 /LUFA/Drivers/USB/Class/Device/MIDI.c
parent57fe6b4fb97668eb15c4fa56095c0abd746d6c99 (diff)
downloadlufa-a9e0935a90346beb0c981924becc1f55d969a08b.tar.gz
lufa-a9e0935a90346beb0c981924becc1f55d969a08b.tar.bz2
lufa-a9e0935a90346beb0c981924becc1f55d969a08b.zip
Device mode class driver callbacks are now fired before the control request status stage is sent to prevent the host from timing out if another request is immediately fired and the device has a lengthy callback routine.
Inlined currently unused MIDI ProcessControlRequest routine.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/MIDI.c')
-rw-r--r--LUFA/Drivers/USB/Class/Device/MIDI.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/MIDI.c b/LUFA/Drivers/USB/Class/Device/MIDI.c
index d3f8f55b6..1a66dc867 100644
--- a/LUFA/Drivers/USB/Class/Device/MIDI.c
+++ b/LUFA/Drivers/USB/Class/Device/MIDI.c
@@ -35,11 +35,6 @@
#define __INCLUDE_FROM_MIDI_DRIVER
#include "MIDI.h"
-void MIDI_Device_ProcessControlRequest(USB_ClassInfo_MIDI_Device_t* const MIDIInterfaceInfo)
-{
-
-}
-
bool MIDI_Device_ConfigureEndpoints(USB_ClassInfo_MIDI_Device_t* const MIDIInterfaceInfo)
{
memset(&MIDIInterfaceInfo->State, 0x00, sizeof(MIDIInterfaceInfo->State));