Re: [PATCH] mmc: Enable MMC card reader for RICOH [1180:e823]

2011-05-31 Thread Manoj Iyer
On Thu, 26 May 2011, Chris Ball wrote: Hi Manoj, On Thu, May 26 2011, Manoj Iyer wrote: Signed-off-by: Manoj Iyer manoj.i...@canonical.com --- drivers/pci/quirks.c|2 ++ include/linux/pci_ids.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] mmc: Enable MMC card reader for RICOH [1180:e823]

2011-05-31 Thread Chris Ball
Hi, On Tue, May 31 2011, Manoj Iyer wrote: Do you not need a corresponding entry in drivers/mmc/host/sdhci-pci.c's pci_device_id struct? I believe there is an entry there already, introduced by this patch: https://lkml.org/lkml/2011/2/11/309 I see, thanks; patch is queued for 3.0 with a

[PATCH] mmc: Enable MMC card reader for RICOH [1180:e823]

2011-05-26 Thread Manoj Iyer
Signed-off-by: Manoj Iyer manoj.i...@canonical.com --- drivers/pci/quirks.c|2 ++ include/linux/pci_ids.h |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index e8a1406..02145e9 100644 --- a/drivers/pci/quirks.c +++