]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: sdhci: Add Ricoh e823 PCI ID
authorManoj Iyer <manoj.iyer@canonical.com>
Fri, 11 Feb 2011 22:25:31 +0000 (16:25 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Mar 2011 19:50:45 +0000 (12:50 -0700)
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>
drivers/mmc/host/sdhci-pci.c

index 3d9c2460d437ca7e8171e490becb7e6c5211ce7f..bfd631ad24ff3998c56f3787f22c74e2619947ac 100644 (file)
@@ -453,6 +453,14 @@ static const struct pci_device_id pci_ids[] __devinitdata = {
                .driver_data    = (kernel_ulong_t)&sdhci_ricoh_mmc,
        },
 
+       {
+               .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,