break;\r
}\r
\r
- USB_HostState = HOST_STATE_Configured;\r
- break;\r
- case HOST_STATE_Configured:\r
/* HID class request to set the mouse protocol to the Boot Protocol */\r
USB_ControlRequest = (USB_Request_Header_t)\r
{\r
}\r
\r
puts_P(PSTR("Mouse Enumerated.\r\n"));\r
- \r
- USB_HostState = HOST_STATE_Ready;\r
+\r
+ USB_HostState = HOST_STATE_Configured;\r
break;\r
- case HOST_STATE_Ready:\r
+ case HOST_STATE_Configured:\r
/* If a report has been received, read and process it */\r
ReadNextReport();\r
\r