Changed stream wait timeout counter to be 16-bit, so that very long timeout periods...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 3 Mar 2009 08:19:06 +0000 (08:19 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 3 Mar 2009 08:19:06 +0000 (08:19 +0000)
commitea7039a0cc56e67affb6c69ddc56e7e4e3188d08
tree0e5f5cde7d17afcb31f701ce07a3eb2275542003
parent99145a8d7c88d9af065cfb7f5e8507d5b65ff811
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.
Demos/MassStorageHost/MassStoreCommands.c
Demos/MassStorageHost/makefile