Support for two USB interfaces (HS and FS), including simultaneously!
For example:
|
if(length < RNDIS_DATA_OUT_EP_MPS_FS) |
It is better to use the device type to select the packet size
if(length < pdev->ep_out[epnum].maxpacket)
But I see a lot of work to be done to support two USB interfaces at the same time!
Best Regards, Aleksandr (aka bullitmaster)!
Support for two USB interfaces (HS and FS), including simultaneously!
For example:
CycloneTCP/drivers/usb_rndis/usbd_rndis.c
Line 365 in 697d4f6
It is better to use the device type to select the packet size
if(length < pdev->ep_out[epnum].maxpacket)But I see a lot of work to be done to support two USB interfaces at the same time!
Best Regards, Aleksandr (aka bullitmaster)!