diff options
author | Manoj Iyer <manoj.iyer@canonical.com> | 2011-02-11 16:25:31 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-03-23 13:04:11 -0700 |
commit | c552063d351bfd322fc0610e1724e7c901790d5e (patch) | |
tree | 0cad4ac805b3ac78e042b705d24f3e3e518c6d4c | |
parent | 97d2a699c3059f99d997625b1685e4cf935e5579 (diff) | |
download | kernel-adaptation-pc-c552063d351bfd322fc0610e1724e7c901790d5e.tar.gz kernel-adaptation-pc-c552063d351bfd322fc0610e1724e7c901790d5e.tar.bz2 kernel-adaptation-pc-c552063d351bfd322fc0610e1724e7c901790d5e.zip |
mmc: sdhci: Add Ricoh e823 PCI ID
commit 5fd11c0754fa069b6aba64b65734aa2fb193552d upstream.
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 0dc905b20ee..f7e622c539b 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c @@ -547,6 +547,14 @@ static const struct pci_device_id pci_ids[] __devinitdata = { }, { + .vendor = PCI_VENDOR_ID_RICOH, + .device = 0xe823, + .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, .subvendor = PCI_ANY_ID, |