> I am writing a new gadget driver for a USB device controller by Renesas,
> the M66591GP.
Great! Better embedded Linux platform support. More, more!
> I have a question about the way the endpoint
> autoconfiguration (linux/drivers/usb/gadget/epautoconf.c) interacts with
> the endpoin
Hi,
I am writing a new gadget driver for a USB device controller by Renesas,
the M66591GP. I have a question about the way the endpoint
autoconfiguration (linux/drivers/usb/gadget/epautoconf.c) interacts with
the endpoint list I provide from my driver.
In ep_matches() (line 93 in 2.6.15 and 2.