From: David Brownell Date: Fri, 23 Sep 2005 05:43:30 +0000 (-0700) Subject: [PATCH] update PCI early-handoff handling for OHCI X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2cb36c1df427431a8c6096b4ad113df767c1bd9;p=pandora-kernel.git [PATCH] update PCI early-handoff handling for OHCI The PCI "early usb handoff" quirk logic didn't work like "ohci-hcd" ... This patch makes it do so by: - Resetting the controller after kicking BIOS off, matching the normal "chip in hardware reset" startup mode; - Reporting any BIOS that borks this simple handoff; it's likely got a few other surprises for us too. - Ignoring that handoff on HPPA; The diagnostic string is mostly shared with EHCI, saving a few bytes. Signed-off-by: Greg Kroah-Hartman drivers/usb/host/pci-quirks.c | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) --- Reading git-diff-tree failed