Re: [linux-usb-devel] Gadget endpoint autoconfiguration for Interrupt endpoints

2007-04-20 Thread David Brownell
> 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

[linux-usb-devel] Gadget endpoint autoconfiguration for Interrupt endpoints

2007-04-20 Thread Catalin Patulea
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.