From 4d1818debd6edbcc82c3e51cdc9e7ac16285029b Mon Sep 17 00:00:00 2001 From: Ajay Kumar Gupta Date: Wed, 30 Sep 2009 11:57:55 -0700 Subject: [PATCH] ehci: update driver with generic change Update the OMAP EHCI driver in accordance with below patch introduced in generic EHCI driver. commit: b18ffd49e86102a9ed0a1cc83fdafe3891e844e5 USB: EHCI: update toggle state for linked QHs Signed-off-by: Ajay Kumar Gupta --- drivers/usb/host/ehci-omap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 0058f03c4e08..2287a3d588f2 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c @@ -738,6 +738,7 @@ static const struct hc_driver ehci_omap_hc_driver = { .urb_enqueue = ehci_urb_enqueue, .urb_dequeue = ehci_urb_dequeue, .endpoint_disable = ehci_endpoint_disable, + .endpoint_reset = ehci_endpoint_reset, /* * scheduling support -- 2.47.3