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:
df711fc
)
EHCI : Fix a regression in the ISO scheduler
author
Matthieu CASTET
<castet.matthieu@free.fr>
Mon, 28 Nov 2011 10:30:22 +0000
(11:30 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 29 Nov 2011 00:59:29 +0000
(09:59 +0900)
Fix a regression that was introduced by commit
811c926c538f7e8d3c08b630dd5844efd7e000f6
(USB: EHCI: fix HUB TT scheduling
issue with iso transfer).
We detect an error if next == start, but this means uframe 0 can't be allocated
anymore for iso transfer...
Reported-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-sched.c
patch
|
blob
|
history
diff --cc
drivers/usb/host/ehci-sched.c
Simple merge