You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, if you have a console (minicom) open to the device and disconnect the CDC layer is left in a partially completed state. This means if you later reconnect a console it fails to work.
We can detect the carrier dropping but need a way to cancel the in flight read / write transfers.
The text was updated successfully, but these errors were encountered:
USB_DEVICE_IRPCancelAll() doesn't work as I expect. There seems to be some internal state that isn't being reset correctly. See the comments on usb_console.c
Right now, if you have a console (minicom) open to the device and disconnect the CDC layer is left in a partially completed state. This means if you later reconnect a console it fails to work.
We can detect the carrier dropping but need a way to cancel the in flight read / write transfers.
The text was updated successfully, but these errors were encountered: