Ensure device address latch bit is not set at the same time as the new address, as...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 19 Sep 2010 05:46:17 +0000 (05:46 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 19 Sep 2010 05:46:17 +0000 (05:46 +0000)
commit01fecac0a70b02ccb197091935052fcfc9955b26
tree70077edc3850e20b9e680ba533155bada92cf079
parentcce8760b9169dffe1a126e221f4b4c48c83192b9
Ensure device address latch bit is not set at the same time as the new address, as per datasheet.

Minor documentation fixes.

Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever.
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt
Demos/DualRole/ClassDriver/MouseHostDevice/DeviceFunctions.c
Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
LUFA/Drivers/USB/LowLevel/Device.h
LUFA/Drivers/USB/LowLevel/Host.c
LUFA/Drivers/USB/LowLevel/USBInterrupt.c
LUFA/ManPages/FutureChanges.txt