From: Jan Andersson Date: Fri, 6 May 2011 10:00:12 +0000 (+0200) Subject: USB: UHCI: Remove PCI dependencies from uhci-hub X-Git-Tag: v3.0-rc1~337^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfeca7a8750296a7d065d45257b3cd86aadc3fb9;p=pandora-kernel.git USB: UHCI: Remove PCI dependencies from uhci-hub This patch is part of a series that extend the UHCI HCD to support non-PCI host controllers. uhci-hub.c contained two PCI vendor checks for silicon quirks. Move these checks into uhci-hcd.c and use bits in uhci_hcd structure to mark that we need to use the quirks. This patch is followed by other patches that will remove PCI dependencies from uhci-hcd.c as well. Signed-off-by: Jan Andersson Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed