From: philipl@overt.org Date: Mon, 1 Dec 2008 01:27:50 +0000 (-0500) Subject: ricoh_mmc: Handle newer models of Ricoh controllers X-Git-Tag: v2.6.29-rc1~525^2^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0527a60c2b6bd7ab20e82cc5e488659e20eaaacd;p=pandora-kernel.git ricoh_mmc: Handle newer models of Ricoh controllers The latest generation of laptops are shipping with a newer model of Ricoh chip where the firewire controller is the primary PCI function but a cardbus controller is also present. The existing code assumes that if a cardbus controller is, present, then it must be the one to manipulate - but the real rule is that you manipulate PCI function 0. This patch adds an additional constraint that the target must be function 0. Signed-off-by: Philip Langdale Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed