Skip to content
Snippets Groups Projects
  1. Jul 28, 2009
  2. Jul 21, 2009
    • Dean Camera's avatar
      Added new USB_DeviceState variable to keep track of the current Device mode USB state. · e071f389
      Dean Camera authored
      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.
      e071f389
    • Dean Camera's avatar
      Add explicit guards to all device mode tasks to ensure the device is connected... · 67f390fe
      Dean Camera authored
      Add explicit guards to all device mode tasks to ensure the device is connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
      67f390fe
  3. Jun 11, 2009
  4. Jun 08, 2009
  5. Jun 07, 2009
  6. Jun 05, 2009
Loading