aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/PrinterHost/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Added new USB_DeviceState variable to keep track of the current Device mode ↵Dean Camera2009-07-211-1/+5
| | | | | | | | | | | | USB state. Added new Endpoint_ClearStatusStage() convenience function to assist with the status stages of control transfers. Removed vague USB_IsConnected global - test USB_DeviceState or USB_HostState explicitly to gain previous functionality. Removed USB_IsSuspended global - test USB_DeviceState against DEVICE_STATE_Suspended instead. Fixed possible enumeration errors from spinloops which may fail to exit if the USB connection is severed before the exit condition becomes true.
* Ensure control pipe is selected in the PrinterHost demo before trying to ↵Dean Camera2009-07-201-0/+6
| | | | send control requests.
* Added missing DoxyGen configuration file to the PrinterHost demo.Dean Camera2009-07-201-2/+5
|
* Added extra DoxyGen documentation to the new PrinterHost demo.Dean Camera2009-07-202-0/+11
|
* Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.Dean Camera2009-07-202-0/+209