On Mon, Sep 27, 2010 at 11:00:29PM +0800, Ming Lei wrote: > From: Ming Lei <tom.leiming@xxxxxxxxx> > > This patch introduces isochronous source sink function driver > into zero composite driver. The driver is based on David Brownell's > f_sourcesink.c > > It can be used to evalute isochronous transfer performance of usb > host controller or usb host controller driver, or can be used to > troubleshoot usb host controller driver(usually some embedded hcd) > or usb gadget controller driver handily, or can be used to test gadget > driver or hardware. > > It has been verified OK on omap3-based beagle board, and Martin > has tested it OK on other usb gadget controller. Unfortunately it breaks the build: In file included from drivers/usb/gadget/zero.c:77:0: drivers/usb/gadget/f_iso.c:896:2: error: unknown field âbindâ specified in initializer drivers/usb/gadget/f_iso.c:896:2: warning: initialization from incompatible pointer type drivers/usb/gadget/f_iso.c: In function âiso_sourcesink_addâ: drivers/usb/gadget/f_iso.c:933:2: error: too few arguments to function âusb_add_configâ drivers/usb/gadget/composite.c:488:5: note: declared here drivers/usb/gadget/f_iso.c:934:1: warning: control reaches end of non-void function So, care to try version 3? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html