Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208448
b: refs/heads/master
c: 568133e
h: refs/heads/master
v: v3
  • Loading branch information
Pablo Castillo authored and Linus Torvalds committed Aug 11, 2010
1 parent f9b09b5 commit d68c2d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 447bd479105c34416dad01c374873c34d8e25cfd
refs/heads/master: 568133ebda39f7507759a744fa9cf4d5097bad2f
8 changes: 8 additions & 0 deletions trunk/drivers/mmc/host/sdhci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d68c2d6

Please sign in to comment.