[ping for 3.8 for pci tree] Re: [PATCH] pci: Add a quirk for the Ricoh 0xe22 SD card reader

2012-12-11 Thread Andy Lutomirski
Hi Bjorn- I want to make sure this doesn't get lost. It's a patch for pci, not for mmc, despite the subject. --Andy On Sat, Dec 1, 2012 at 12:37 PM, Andy Lutomirski wrote: > Otherwise it fails like this on cards like the Transcend 16GB SDHC card: > mmc0: new SDHC card

[PATCH] pci: Add a quirk for the Ricoh 0xe22 SD card reader

2012-12-01 Thread Andy Lutomirski
my Lenovo x200 laptop. Signed-off-by: Andy Lutomirski Acked-by: Chris Ball Cc: linux-mmc@vger.kernel.org Cc: Manoj Iyer Cc: --- drivers/pci/quirks.c| 7 +-- include/linux/pci_ids.h | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/pci/quirks.c b/drivers/pci

[PATCH] pci: Add a quirk for the Ricoh 0xe22 SD card reader

2012-12-01 Thread Andy Lutomirski
my Lenovo x200 laptop. Signed-off-by: Andy Lutomirski Cc: Manoj Iyer Cc: --- drivers/pci/quirks.c| 7 +-- include/linux/pci_ids.h | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index 7a451ff..7165f2a 100644 --- a