aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/MouseHostWithParser/HIDReport.c
Commit message (Collapse)AuthorAgeFilesLines
* The USB_Host_SendControlRequest() function no longer automatically selects ↵Dean Camera2009-04-141-0/+3
| | | | | | the Control pipe (pipe 0), so that other control type pipes can be used with the function. The USB Host management task now saves and restores the currently selected pipe before and after the task completes.
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+68
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.