]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] UHCI: remove ISO TDs as they are used
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 19 May 2006 20:52:35 +0000 (16:52 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:12 +0000 (15:04 -0700)
commitc8155cc5d839838f8425dbea568fc537337176a7
treefc50ffe774fa59a1a3d18e8543bb7e04d1e80726
parentcaf3827a65af476c71eaeb79636869a4ab128d48
[PATCH] UHCI: remove ISO TDs as they are used

This patch (as690) does the same thing for ISO TDs as as680 did for
non-ISO TDs: free them as they are used rather than all at once when an
URB is complete.  At the same time it fixes a minor buglet (I'm not
aware of it ever affecting anyone): An ISO TD should be retired when its
frame is over, regardless of whether or not the hardware has marked it
inactive.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/uhci-debug.c
drivers/usb/host/uhci-hcd.h
drivers/usb/host/uhci-q.c