commit | 04538a255ac8b404c20cbf15867c9829254c470f | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri May 12 11:29:04 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:11 2006 -0700 |
tree | 8b8a9bf63e9b1b804e2bf732e32db2827f422867 | |
parent | a0b458b64b2a3a4cb806dd5cd889bbf6c7e9d686 [diff] |
[PATCH] UHCI: Eliminate the TD-removal list This patch (as682) gets rid of the TD-removal list in uhci-hcd. It is no longer needed because now TDs are not freed until we know the hardware isn't using them. It also simplifies the code for adding and removing TDs to/from URBs. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>