Skip to content
Snippets Groups Projects
  1. Aug 11, 2009
  2. Aug 07, 2009
  3. Aug 06, 2009
  4. Aug 05, 2009
  5. Aug 04, 2009
  6. Aug 02, 2009
  7. Jul 31, 2009
  8. Jul 30, 2009
  9. Jul 29, 2009
  10. Jul 28, 2009
  11. Jul 27, 2009
  12. Jul 26, 2009
  13. Jul 24, 2009
  14. Jul 23, 2009
  15. 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
Loading