Hi David, On Mon, Sep 28, 2009 at 8:09 PM, David Vrabel <david.vrabel@xxxxxxx> wrote: ... > That's a fair amount of work so perhaps in the interim something like this: > > --- a/drivers/mmc/core/sdio.c > +++ b/drivers/mmc/core/sdio.c > @@ -494,6 +494,9 @@ int mmc_attach_sdio(struct mmc_host *host, u32 ocr) > ocr &= ~0x7F; > } > > + if (ocr & MMC_VDD_165_195) > + printk(KERN_WARNING "%s: warning: card claims non-standard 1.65-1.95 > V support" > + > host->ocr = mmc_select_voltage(host, ocr); > > /* Thanks, that would work for us just fine. FWIW, Ack-by: Ohad Ben-Cohen <ohad@xxxxxxxxxx> Regards, Ohad. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html