The follow up patch to the patch above, makes sure that this code is run regardless of MMC functionality check. We need to make sure that we have this 2nd patch. Precise should have this patch, but need to verify if Oneric needs and SRU.
commit 3e309cdf07c930f29a4e0f233e47d399bea34c68 Author: Josh Boyer <[email protected]> Date: Wed Oct 5 11:44:50 2011 -0400 PCI quirk: mmc: Always check for lower base frequency quirk for Ricoh 1180:e Commit 15bed0f2f added a quirk for the e823 Ricoh card reader to lower the base frequency. However, the quirk first checks to see if the proprietary MMC controller is disabled, and returns if so. On some devices, such as the Lenovo X220, the MMC controller is already disabled by firmware it seems, but the frequency change is still needed so sdhci-pci can talk to the cards. Since the MMC controller is disabled, the frequency fixup was never being ru on these machines. This moves the e823 check above the MMC controller check so that it always gets run. This fixes https://bugzilla.redhat.com/show_bug.cgi?id=722509 Signed-off-by: Josh Boyer <[email protected]> Signed-off-by: Jesse Barnes <[email protected]> ** Bug watch added: Red Hat Bugzilla #722509 https://bugzilla.redhat.com/show_bug.cgi?id=722509 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882253 Title: [Thinkpad E520] SDHC card unable to be mounted To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/882253/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
