From: Dean Camera Date: Tue, 3 Mar 2009 08:19:06 +0000 (+0000) Subject: Changed stream wait timeout counter to be 16-bit, so that very long timeout periods... X-Git-Tag: LUFA-110528-BETA~1270 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/ea7039a0cc56e67affb6c69ddc56e7e4e3188d08?ds=sidebyside;hp=ea7039a0cc56e67affb6c69ddc56e7e4e3188d08 Changed stream wait timeout counter to be 16-bit, so that very long timeout periods can be set for correct communications with badly designed hosts or devices which greatly exceed the USB specification limits. Mass Storage Host demo now uses a USB_STREAM_TIMEOUT_MS of two seconds to maintain compatibility with poorly designed devices. ---