On Mon, 4 Apr 2011, Kuninori Morimoto wrote: > This patch add usb gadget code to SuperH USBHS. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> ... > +static struct usb_ep_ops usbhsg_ep_ops = { > + .enable = usbhsg_ep_enable, > + .disable = usbhsg_ep_disable, > + > + .alloc_request = usbhsg_ep_alloc_request, > + .free_request = usbhsg_ep_free_request, > + > + .queue = usbhsg_ep_queue, > + .dequeue = usbhsg_ep_dequeue, > + > + .set_halt = usbhsg_ep_set_halt, > +}; This lacks the .set_wedge entry. 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