From 74353374c38237d1c976dabf81703dd885d0d556 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 25 Mar 2010 06:34:38 +0000 Subject: 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. --- Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c') diff --git a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c index 88ba426f1..15b93199e 100644 --- a/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c +++ b/Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c @@ -111,6 +111,7 @@ int main(void) } printf("Keyboard Enumerated.\r\n"); + LEDs_SetAllLEDs(LEDMASK_USB_READY); USB_HostState = HOST_STATE_Configured; break; case HOST_STATE_Configured: -- cgit v1.2.3