You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/16 12:54:37 UTC

[GitHub] [incubator-nuttx] taikoyaP opened a new pull request, #6455: usbhost_cdcacm: fix error with interrupt IN endpoint.

taikoyaP opened a new pull request, #6455:
URL: https://github.com/apache/incubator-nuttx/pull/6455

   ## Summary
   On CDC-ACM host driver, IN interrupt endpoint is recognized as "OUT interrupt".
   
   ## Impact
   When usbhost_notification_work() called, it send qTD to device with QTD_TOKEN_PID_OUT, and failed.
   
   ## Testing
   - AM Telecom AML574 with CDC-ACM mode.
   - configs (CDC-ACM compliant support)
     - CONFIG_SERIAL_IFLOWCONTROL=y
     - CONFIG_SERIAL_OFLOWCONTROL=y
     - CONFIG_USBHOST_CDCACM=y
     - CONFIG_USBHOST_CDCACM_COMPLIANT=y


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6455: usbhost_cdcacm: fix error with interrupt IN endpoint.

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #6455:
URL: https://github.com/apache/incubator-nuttx/pull/6455


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org