From: Dean Camera Date: Fri, 7 May 2010 06:54:08 +0000 (+0000) Subject: Device mode class driver callbacks are now fired before the control request status... X-Git-Tag: LUFA-110528-BETA~480 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/a9e0935a90346beb0c981924becc1f55d969a08b?hp=a9e0935a90346beb0c981924becc1f55d969a08b 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. ---