On Thu, 20 Aug 2009, Yoshihiro Shimoda wrote: > Alan Stern wrote: > > On Wed, 19 Aug 2009, Yoshihiro Shimoda wrote: > > > >> The R8A66597 is Renesas USB 2.0 host and peripheral controller. > >> This controller supports USB High-speed. This driver supports > >> peripheral side. > > > >> +static struct usb_ep_ops r8a66597_ep_ops = { > >> + .enable = r8a66597_enable, > >> + .disable = r8a66597_disable, > >> + > >> + .alloc_request = r8a66597_alloc_request, > >> + .free_request = r8a66597_free_request, > >> + > >> + .queue = r8a66597_queue, > >> + .dequeue = r8a66597_dequeue, > >> + > >> + .set_halt = r8a66597_set_halt, > >> + .fifo_flush = r8a66597_fifo_flush, > >> +}; > > > > All new peripheral controller drivers should implement the set_wedge > > method. > > Thank you very much for your comment! > I made a new patch of implement the set_wedge method. > Would you check this patch? It looks correct. 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