]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 12 May 2006 15:14:25 +0000 (11:14 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 22:04:11 +0000 (15:04 -0700)
commit30172ad353a3a90f06c923dce7d72433cad2f6de
treeb44930e177a344e63fb7e8b60466a38ae4877b2b
parent410f4fb83fa31b742542aaf1519433458bda0754
[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt

This patch (as679) combines the result routine for Control URBs with the
routine for Bulk/Interrupt URBs.  Along the way I eliminated the
debugging printouts for Control transfers unless the debugging level is
set higher than 1.  I also eliminated a long-unused (#ifdef'ed-out)
section that works around some buggy old APC BackUPS devices.

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