From: Dean Camera Date: Sun, 22 Aug 2010 03:26:20 +0000 (+0000) Subject: Changed all Device mode LowLevel demos and Device Class drivers so that the control... X-Git-Tag: LUFA-110528-BETA~278 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4cc7f5200beef90c39c8c8310ed7c8b849afb4d9?hp=4cc7f5200beef90c39c8c8310ed7c8b849afb4d9 Changed all Device mode LowLevel demos and Device Class drivers so that the control request is acknowledged and any data transferred as quickly as possible without any processing inbetween sections, so that long callbacks or event handlers will not break communications with the host by exceeding the maximum control request stage timeout period. ---