Skip to content

RNDIS driver. Support USB HS/FS #8

@bullitmaster

Description

@bullitmaster

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)!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions