All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed.

Fixed Still Image Host class driver not resetting the transaction ID when a new session is opened, fixed driver not sending a valid session ID to the device.
This commit is contained in:
Dean Camera 2010-03-25 06:34:38 +00:00
parent b8db5fc1e7
commit 74353374c3
21 changed files with 34 additions and 21 deletions

View file

@ -103,6 +103,7 @@ int main(void)
}
printf("CDC Device Enumerated.\r\n");
LEDs_SetAllLEDs(LEDMASK_USB_READY);
USB_HostState = HOST_STATE_Configured;
break;
case HOST_STATE_Configured: