forked from Minki/linux
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>
This commit is contained in:
parent
742a0c7cae
commit
be98ca652f
@ -2761,6 +2761,8 @@ static void ricoh_mmc_fixup_r5c832(struct pci_dev *dev)
|
|||||||
}
|
}
|
||||||
DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_R5C832, ricoh_mmc_fixup_r5c832);
|
DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_R5C832, ricoh_mmc_fixup_r5c832);
|
||||||
DECLARE_PCI_FIXUP_RESUME_EARLY(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_R5C832, ricoh_mmc_fixup_r5c832);
|
DECLARE_PCI_FIXUP_RESUME_EARLY(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_R5C832, ricoh_mmc_fixup_r5c832);
|
||||||
|
DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_R5CE823, ricoh_mmc_fixup_r5c832);
|
||||||
|
DECLARE_PCI_FIXUP_RESUME_EARLY(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_R5CE823, ricoh_mmc_fixup_r5c832);
|
||||||
#endif /*CONFIG_MMC_RICOH_MMC*/
|
#endif /*CONFIG_MMC_RICOH_MMC*/
|
||||||
|
|
||||||
#if defined(CONFIG_DMAR) || defined(CONFIG_INTR_REMAP)
|
#if defined(CONFIG_DMAR) || defined(CONFIG_INTR_REMAP)
|
||||||
|
@ -1537,6 +1537,7 @@
|
|||||||
#define PCI_DEVICE_ID_RICOH_RL5C476 0x0476
|
#define PCI_DEVICE_ID_RICOH_RL5C476 0x0476
|
||||||
#define PCI_DEVICE_ID_RICOH_RL5C478 0x0478
|
#define PCI_DEVICE_ID_RICOH_RL5C478 0x0478
|
||||||
#define PCI_DEVICE_ID_RICOH_R5C822 0x0822
|
#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_R5C832 0x0832
|
||||||
#define PCI_DEVICE_ID_RICOH_R5C843 0x0843
|
#define PCI_DEVICE_ID_RICOH_R5C843 0x0843
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user