From: Ajay Kumar Gupta Date: Wed, 30 Sep 2009 18:57:55 +0000 (-0700) Subject: ehci: update driver with generic change X-Git-Tag: v2.6.32-omap1~11^2^2~1^2^2^2^2^2~8^2^2~18^2~2^2^2~2^2^2^2^2~16^2^2~6^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1818debd6edbcc82c3e51cdc9e7ac16285029b;p=pandora-kernel.git 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 --- 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