On Wed, 5 Jan 2011, Yuan-Hsin Chen wrote: > USB2.0 device controller driver for Faraday fusb300. > > Signed-off-by: Yuan-Hsin Chen<yhchen@xxxxxxxxxxxxxxxx> ... > +static struct usb_ep_ops fusb300_ep_ops = { > + .enable = fusb300_enable, > + .disable = fusb300_disable, > + > + .alloc_request = fusb300_alloc_request, > + .free_request = fusb300_free_request, > + > + .queue = fusb300_queue, > + .dequeue = fusb300_dequeue, > + > + .set_halt = fusb300_set_halt, > + .fifo_flush = fusb300_fifo_flush, > +}; You need to include a .set_wedge method. 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