diff options
author | Manoj Iyer <manoj.iyer@canonical.com> | 2011-05-26 11:19:05 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-06-18 22:18:18 -0400 |
commit | be98ca652faa6468916a9b7608befff215a8ca70 (patch) | |
tree | 13ed7ba7e41eb98acf9c9d5230e683d8b7f96e9e /include | |
parent | 742a0c7cae9bd0f913c71722289b8ec862d70a2b (diff) | |
download | linux-3.10-be98ca652faa6468916a9b7608befff215a8ca70.tar.gz linux-3.10-be98ca652faa6468916a9b7608befff215a8ca70.tar.bz2 linux-3.10-be98ca652faa6468916a9b7608befff215a8ca70.zip |
mmc: Add PCI fixup quirks for Ricoh 1180:e823 reader
Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Cc: <stable@kernel.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index a311008af5e..f8910e15556 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1537,6 +1537,7 @@ #define PCI_DEVICE_ID_RICOH_RL5C476 0x0476 #define PCI_DEVICE_ID_RICOH_RL5C478 0x0478 #define PCI_DEVICE_ID_RICOH_R5C822 0x0822 +#define PCI_DEVICE_ID_RICOH_R5CE823 0xe823 #define PCI_DEVICE_ID_RICOH_R5C832 0x0832 #define PCI_DEVICE_ID_RICOH_R5C843 0x0843 |