qmk_firmware/Demos/Host/ClassDriver/CDCHost
Dean Camera 1756087c3e 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.
2009-06-26 09:58:43 +00:00
..
CDCHost.c Optimize vendor/product description string display code in MassStorageHost. 2009-06-26 09:58:43 +00:00
CDCHost.h Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 2009-06-14 15:55:13 +00:00
CDCHost.txt Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 characters rather than 20 - apparently Windows will implode if a serial number is too long. 2009-06-21 08:04:10 +00:00
Doxygen.conf Remove hardcoded DOT path from all Doxygen config files. 2009-06-16 13:50:02 +00:00
makefile Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. 2009-06-19 05:08:04 +00:00