Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new USB_DeviceState variable to keep track of the current Device mode ↵ | Dean Camera | 2009-07-21 | 1 | -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 Camera | 2009-07-20 | 1 | -0/+6 |
| | | | | send control requests. | ||||
* | Added missing DoxyGen configuration file to the PrinterHost demo. | Dean Camera | 2009-07-20 | 1 | -2/+5 |
| | |||||
* | Added extra DoxyGen documentation to the new PrinterHost demo. | Dean Camera | 2009-07-20 | 2 | -0/+11 |
| | |||||
* | Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete. | Dean Camera | 2009-07-20 | 2 | -0/+209 |