]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/host/sdhci-pci.c
mmc: sdhci: Add Ricoh e823 PCI ID
[~andy/linux] / 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,