From: Dean Camera Date: Wed, 5 Aug 2009 11:39:28 +0000 (+0000) Subject: Make Control Endpoint stream transfers more reliable by adding in early aborts for... X-Git-Tag: LUFA-110528-BETA~1003 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/4421782b7fb49e160b1c18f2295e6cd1f0b00c04?hp=4421782b7fb49e160b1c18f2295e6cd1f0b00c04 Make Control Endpoint stream transfers more reliable by adding in early aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes. Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed. Fix incorrect model compatibility information in the Host LowLevel demo overview text files. ---