Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDriver demo...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 8 Dec 2009 07:43:33 +0000 (07:43 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 8 Dec 2009 07:43:33 +0000 (07:43 +0000)
commit2281750b5fdf046ed606e567eb60cf4e647015dd
tree74b5011a55f12a768f4232fdc771937d8e124e02
parent3757b1760fdd197a8c7227bbfd0b11ee33eb99e6
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.
Bootloaders/TeensyHID/TeensyHID.c
Demos/Host/ClassDriver/MassStorageHost/makefile
Demos/Host/LowLevel/MassStorageHost/makefile
LUFA/ManPages/ChangeLog.txt
Projects/AVRISP/Lib/PDIProtocol.c