[PATCH] UHCI: use one QH per endpoint, not per URB
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>
Showing
- drivers/usb/host/uhci-debug.c 92 additions, 228 deletionsdrivers/usb/host/uhci-debug.c
- drivers/usb/host/uhci-hcd.c 41 additions, 24 deletionsdrivers/usb/host/uhci-hcd.c
- drivers/usb/host/uhci-hcd.h 96 additions, 81 deletionsdrivers/usb/host/uhci-hcd.h
- drivers/usb/host/uhci-q.c 456 additions, 529 deletionsdrivers/usb/host/uhci-q.c
Loading
Please register or sign in to comment