aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/KeyboardHostWithParser
Commit message (Collapse)AuthorAgeFilesLines
* The USB_Host_SendControlRequest() function no longer automatically selects ↵Dean Camera2009-04-142-0/+6
| | | | | | 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.
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-012-6/+6
| | | | spell-checked and spelling mistakes/typos corrected.
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-2010-0/+3103
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.