mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Working for missing logic to get EP0 OUT DATA
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4594 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1402,7 +1402,10 @@ static int cdcacm_setup(FAR struct usbdevclass_driver_s *driver,
|
||||
{
|
||||
/* Save the new line coding in the private data structure */
|
||||
|
||||
#warning "There is no mechanism now for the class driver to receive EP0 SETUP OUT data"
|
||||
#if 0
|
||||
memcpy(&priv->linecoding, ctrlreq->buf, MIN(len, 7));
|
||||
#endif
|
||||
ret = 0;
|
||||
|
||||
/* If there is a registered callback to receive line status info, then
|
||||
|
||||
Reference in New Issue
Block a user