Added new GenericHIDHost demo.

Corrections to the KeyboardHost and MouseHost demos' pipe handling to freeze and unfreeze the data pipes at the point of use.
This commit is contained in:
Dean Camera 2009-04-01 07:21:45 +00:00
parent 74496a947e
commit 6198289b38
19 changed files with 3064 additions and 31 deletions

View file

@ -98,8 +98,6 @@ uint8_t ProcessConfigurationDescriptor(void)
/* Enable the pipe IN interrupt for the data pipe */
USB_INT_Enable(PIPE_INT_IN);
#endif
Pipe_Unfreeze();
/* Valid data found, return success */
return SuccessfulConfigRead;