Re: [PATCH] added support for the isp1181 USB device controller

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2 Jun 2010, Markus Pietrek wrote:

> Signed-off-by: Markus Pietrek <markus.pietrek@xxxxxxxxxx>
> +static struct usb_ep_ops isp1181_ep_ops = {
> +       .enable         = isp1181_ep_enable,
> +       .disable        = isp1181_ep_disable,
> +
> +       .alloc_request  = isp1181_ep_alloc_request,
> +       .free_request   = isp1181_ep_free_request,
> +
> +       .queue          = isp1181_ep_queue,
> +       .dequeue        = isp1181_ep_dequeue,
> +
> +       .set_halt       = isp1181_ep_set_halt,
> +
> +       .fifo_flush     = isp1181_ep_fifo_flush,
> +};

Where's the 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


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux