From: Dean Camera Date: Tue, 8 Dec 2009 07:43:33 +0000 (+0000) Subject: Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo... X-Git-Tag: LUFA-110528-BETA~770 X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/2281750b5fdf046ed606e567eb60cf4e647015dd?hp=2281750b5fdf046ed606e567eb60cf4e647015dd Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo, so that slow devices don't time out the data pipe. Increase pipe timeout in both MassStorageHost demos to 5 seconds to account for the really slow devices. Fix TeensyHID bootloader not properly shutting down the USB interface to trigger a disconnection on the host before resetting the AVR. ---