ehci: update driver with generic change
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Wed, 30 Sep 2009 18:57:55 +0000 (11:57 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 30 Sep 2009 18:57:55 +0000 (11:57 -0700)
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 <ajay.gupta@ti.com>
drivers/usb/host/ehci-omap.c

index 0058f03..2287a3d 100644 (file)
@@ -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