Optimize vendor/product description string display code in MassStorageHost.
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 26 Jun 2009 09:58:43 +0000 (09:58 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 26 Jun 2009 09:58:43 +0000 (09:58 +0000)
commit1756087c3e1ecd21a594eaf7415c12ba1c852a32
treeaf19541b036148bfe72ff42e6166802a71f11e80
parentb2cf4d32221075c96a7487b1fc0baa2598d373fe
Optimize vendor/product description string display code in MassStorageHost.

Remove all Host mode class demos other than the CDCHost class driver demo, so that they can be re-added as they are made once the host mode class framework is designed.

Fixed USB_Host_SendControlRequest() not re-suspending the USB bus when initial device ready-wait fails.

Fixed USB Pad regulator not being disabled on some AVR models when the USB_OPT_REG_DISABLED option is used.
60 files changed:
Bootloaders/CDC/makefile
Bootloaders/DFU/BootloaderDFU.c
Bootloaders/DFU/makefile
Bootloaders/TeensyHID/makefile
Demos/Host/ClassDriver/CDCHost/CDCHost.c
Demos/Host/ClassDriver/GenericHIDHost/Doxygen.conf [deleted file]
Demos/Host/ClassDriver/GenericHIDHost/GenericHIDHost.c [deleted file]
Demos/Host/ClassDriver/GenericHIDHost/GenericHIDHost.h [deleted file]
Demos/Host/ClassDriver/GenericHIDHost/GenericHIDHost.txt [deleted file]
Demos/Host/ClassDriver/GenericHIDHost/makefile [deleted file]
Demos/Host/ClassDriver/KeyboardHost/Doxygen.conf [deleted file]
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c [deleted file]
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.h [deleted file]
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.txt [deleted file]
Demos/Host/ClassDriver/KeyboardHost/makefile [deleted file]
Demos/Host/ClassDriver/KeyboardHostWithParser/Doxygen.conf [deleted file]
Demos/Host/ClassDriver/KeyboardHostWithParser/HIDReport.c [deleted file]
Demos/Host/ClassDriver/KeyboardHostWithParser/HIDReport.h [deleted file]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c [deleted file]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.h [deleted file]
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.txt [deleted file]
Demos/Host/ClassDriver/KeyboardHostWithParser/makefile [deleted file]
Demos/Host/ClassDriver/MassStorageHost/Doxygen.conf [deleted file]
Demos/Host/ClassDriver/MassStorageHost/Lib/MassStoreCommands.c [deleted file]
Demos/Host/ClassDriver/MassStorageHost/Lib/MassStoreCommands.h [deleted file]
Demos/Host/ClassDriver/MassStorageHost/Lib/SCSI_Codes.h [deleted file]
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c [deleted file]
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.h [deleted file]
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.txt [deleted file]
Demos/Host/ClassDriver/MassStorageHost/makefile [deleted file]
Demos/Host/ClassDriver/MouseHost/Doxygen.conf [deleted file]
Demos/Host/ClassDriver/MouseHost/MouseHost.c [deleted file]
Demos/Host/ClassDriver/MouseHost/MouseHost.h [deleted file]
Demos/Host/ClassDriver/MouseHost/MouseHost.txt [deleted file]
Demos/Host/ClassDriver/MouseHost/makefile [deleted file]
Demos/Host/ClassDriver/MouseHostWithParser/Doxygen.conf [deleted file]
Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.c [deleted file]
Demos/Host/ClassDriver/MouseHostWithParser/HIDReport.h [deleted file]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c [deleted file]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.h [deleted file]
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.txt [deleted file]
Demos/Host/ClassDriver/MouseHostWithParser/makefile [deleted file]
Demos/Host/ClassDriver/StillImageHost/Doxygen.conf [deleted file]
Demos/Host/ClassDriver/StillImageHost/Lib/PIMACodes.h [deleted file]
Demos/Host/ClassDriver/StillImageHost/Lib/StillImageCommands.c [deleted file]
Demos/Host/ClassDriver/StillImageHost/Lib/StillImageCommands.h [deleted file]
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c [deleted file]
Demos/Host/ClassDriver/StillImageHost/StillImageHost.h [deleted file]
Demos/Host/ClassDriver/StillImageHost/StillImageHost.txt [deleted file]
Demos/Host/ClassDriver/StillImageHost/makefile [deleted file]
Demos/Host/ClassDriver/makefile [deleted file]
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
Demos/Host/LowLevel/MassStorageHost/makefile
LUFA.pnproj
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/Drivers/USB/LowLevel/HostChapter9.c
LUFA/Drivers/USB/LowLevel/LowLevel.c
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/FutureChanges.txt
LUFA/ManPages/LUFAPoweredProjects.txt