On Thu, May 26, 2011 at 10:25, Alan Stern wrote: > On Thu, 26 May 2011, Mike Frysinger wrote: >> +static struct usb_ep_ops net2272_ep_ops = { >> +   .enable    Â= net2272_enable, >> +   .disable    = net2272_disable, >> + >> +   .alloc_request = net2272_alloc_request, >> +   .free_request Â= net2272_free_request, >> + >> +   .queue     = net2272_queue, >> +   .dequeue    = net2272_dequeue, >> + >> +   .set_halt   Â= net2272_set_halt, >> +   .fifo_status  = net2272_fifo_status, >> +   .fifo_flush  Â= net2272_fifo_flush, >> +}; > > The driver needs to have a .set_wedge method. ÂIt's not hard to > implement; you should be able to adapt the code in net2280.c. ah, it's a good thing net2280 has it, otherwise i wouldnt have a clue :) -mike -- 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