]> Pileus Git - ~andy/linux/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)
committerChris Ball <cjb@laptop.org>
Tue, 15 Mar 2011 17:49:00 +0000 (13:49 -0400)
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Cc: <stable@kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pci.c

index 0dc905b20eee122543b9365cdecdfe1185307730..f7e622c539baa0c8aed73a27be88044707b3ce94 100644 (file)
@@ -546,6 +546,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,