[PATCH] UHCI: unify BIOS handoff and driver reset code
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 3 Oct 2005 20:36:29 +0000 (16:36 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:44 +0000 (16:47 -0700)
commitbb200f6eac6372839921be1fe87c1f5c292a7bd6
treed55cd6ac5d8b52b96ad766cbd8f31ca85e0e4f8b
parenta922c68732725866c88457026cf06a7620846506
[PATCH] UHCI: unify BIOS handoff and driver reset code

This patch (as574) updates the PCI BIOS usb-handoff code for UHCI
controllers, making it work like the reset routines in uhci-hcd.  This
allows uhci-hcd to drop its own routines in favor of the new ones
(code-sharing).

Once the patch is merged we can turn the usb-handoff option on
permanently, as far as UHCI is concerned.  OHCI and EHCI may still have
some issues.

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