From d68c2d639d3fb4b195bc038749cff482aa9e2c47 Mon Sep 17 00:00:00 2001 From: Pablo Castillo Date: Tue, 10 Aug 2010 18:02:01 -0700 Subject: [PATCH] --- yaml --- r: 208448 b: refs/heads/master c: 568133ebda39f7507759a744fa9cf4d5097bad2f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mmc/host/sdhci-pci.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c168bce79540..a83c5dcf40d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 447bd479105c34416dad01c374873c34d8e25cfd +refs/heads/master: 568133ebda39f7507759a744fa9cf4d5097bad2f diff --git a/trunk/drivers/mmc/host/sdhci-pci.c b/trunk/drivers/mmc/host/sdhci-pci.c index e0214316aedb..e8aa99deae9a 100644 --- a/trunk/drivers/mmc/host/sdhci-pci.c +++ b/trunk/drivers/mmc/host/sdhci-pci.c @@ -414,6 +414,14 @@ static const struct pci_device_id pci_ids[] __devinitdata = { .driver_data = (kernel_ulong_t)&sdhci_ricoh_mmc, }, + { + .vendor = PCI_VENDOR_ID_RICOH, + .device = 0xe822, + .subvendor = PCI_ANY_ID, + .subdevice = PCI_ANY_ID, + .driver_data = (kernel_ulong_t)&sdhci_ricoh_mmc, + }, + { .vendor = PCI_VENDOR_ID_ENE, .device = PCI_DEVICE_ID_ENE_CB712_SD,