diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-05 11:39:28 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-08-05 11:39:28 +0000 |
commit | 4421782b7fb49e160b1c18f2295e6cd1f0b00c04 (patch) | |
tree | d6b5007b2644ee9bf5c8bf588375158f0bab5f07 /Demos/Host/LowLevel/MouseHostWithParser | |
parent | a9d5e129b76449c73a853af450d7d353512cd3a0 (diff) | |
download | lufa-4421782b7fb49e160b1c18f2295e6cd1f0b00c04.tar.gz lufa-4421782b7fb49e160b1c18f2295e6cd1f0b00c04.tar.bz2 lufa-4421782b7fb49e160b1c18f2295e6cd1f0b00c04.zip |
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.
Diffstat (limited to 'Demos/Host/LowLevel/MouseHostWithParser')
-rw-r--r-- | Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt index 77bd16f33..c0ff4bfbb 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt +++ b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.txt @@ -11,7 +11,7 @@ * The following table indicates what microcontrollers are compatible with this demo.
*
* - AT90USB1287
- * - AT90USB1286
+ * - AT90USB647
*
* \section SSec_Info USB Information:
*
|