Skip to content

Commit

Permalink
[PATCH] UHCI: use one QH per endpoint, not per URB
Browse files Browse the repository at this point in the history
This patch (as623) changes the uhci-hcd driver to make it use one QH per
device endpoint, instead of a QH per URB as it does now.  Numerous areas
of the code are affected by this.  For example, the distinction between
"queued" URBs and non-"queued" URBs no longer exists; all URBs belong to
a queue and some just happen to be at the queue's head.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 499003e commit dccf4a4
Show file tree
Hide file tree
Showing 4 changed files with 685 additions and 862 deletions.
Loading

0 comments on commit dccf4a4

Please sign in to comment.