From a9e0935a90346beb0c981924becc1f55d969a08b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 7 May 2010 06:54:08 +0000 Subject: 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. --- LUFA/Drivers/USB/Class/Device/MIDI.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'LUFA/Drivers/USB/Class/Device/MIDI.c') 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)); -- cgit v1.2.3