mmc: add ricoh e822 pci id
authorPablo Castillo <[email protected]>
Wed, 11 Aug 2010 01:02:01 +0000 (18:02 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Aug 2010 15:59:05 +0000 (08:59 -0700)
Signed-off-by: Pablo Castillo <[email protected]>
Signed-off-by: Stanislaw Gruszka <[email protected]>
Tested-by: Gregg Lebovitz <[email protected]>
Cc: Maxim Levitsky <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/mmc/host/sdhci-pci.c

index e0214316aedb5c3edebda22f97cfd7e5f3d50c8e..e8aa99deae9ac0f4c04e899c2abe2cd5a8994b36 100644 (file)
@@ -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,