Hello,
I my application I have one port which is always connected to another on-board device, so the removable bit will be cleared for that port.
That device cannot be put to sleep unless the attached USB port is in the suspended state. That device does have a VBUS detect input, but I don't want to remove the 5V on that signal to put the device to sleep because then the port will enter the detached state and will cause re-enumeration when the 5V is re-applied.
Question: Can I cause this port to suspend and resume by manipulating the used bit ? Do I even need to do that, or will the port automatically enter the suspend state if no downstream data is sent to it ?
Thanks.
--ken