On Thu, 14 Apr 2011, Heiko [iso-8859-1] Stüwrote: > From: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > > The Samsung's S3C2416, S3C2443 and S3C2450 includes a USB High-Speed > device controller module. This driver enables support for USB high-speed > gadget functionality for the Samsung S3C24xx SoC's that include this > controller. > > Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > Signed-off-by: Sangbeom Kim <sbkim73@xxxxxxxxxxx> > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > Signed-off-by: Alexander Neumann <alexander@xxxxxxxxxx> > Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx> ... > +static struct usb_ep_ops s3c_hsudc_ep_ops = { > + .enable = s3c_hsudc_ep_enable, > + .disable = s3c_hsudc_ep_disable, > + .alloc_request = s3c_hsudc_alloc_request, > + .free_request = s3c_hsudc_free_request, > + .queue = s3c_hsudc_queue, > + .dequeue = s3c_hsudc_dequeue, > + .set_halt = s3c_hsudc_set_halt, > +}; There's no .set_wedge method. Why do people always leave this out? Alan Stern -- 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