git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
175c17f
)
ehci: update driver with generic change
author
Ajay Kumar Gupta
<ajay.gupta@ti.com>
Wed, 30 Sep 2009 18:57:55 +0000
(11:57 -0700)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-omap.c
b/drivers/usb/host/ehci-omap.c
index
0058f03
..
2287a3d
100644
(file)
--- 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