Skip to content

Commit ca5c656

Browse files
committed
Merge branch 'pci/quirks'
- Add an ACS quirk for Qualcomm SA8775P, which doesn't advertise ACS but does provide ACS-like features (Subramanian Ananthanarayanan) - Mark Creative Labs EMU20k2 INTx masking as broken (Alex Williamson) * pci/quirks: PCI: Mark Creative Labs EMU20k2 INTx masking as broken PCI: Add ACS quirk for Qualcomm SA8775P
2 parents bb78146 + 2910306 commit ca5c656

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/pci/quirks.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3621,6 +3621,8 @@ DECLARE_PCI_FIXUP_FINAL(0x1814, 0x0601, /* Ralink RT2800 802.11n PCI */
36213621
quirk_broken_intx_masking);
36223622
DECLARE_PCI_FIXUP_FINAL(0x1b7c, 0x0004, /* Ceton InfiniTV4 */
36233623
quirk_broken_intx_masking);
3624+
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_CREATIVE, PCI_DEVICE_ID_CREATIVE_20K2,
3625+
quirk_broken_intx_masking);
36243626

36253627
/*
36263628
* Realtek RTL8169 PCI Gigabit Ethernet Controller (rev 10)
@@ -5087,6 +5089,8 @@ static const struct pci_dev_acs_enabled {
50875089
/* QCOM QDF2xxx root ports */
50885090
{ PCI_VENDOR_ID_QCOM, 0x0400, pci_quirk_qcom_rp_acs },
50895091
{ PCI_VENDOR_ID_QCOM, 0x0401, pci_quirk_qcom_rp_acs },
5092+
/* QCOM SA8775P root port */
5093+
{ PCI_VENDOR_ID_QCOM, 0x0115, pci_quirk_qcom_rp_acs },
50905094
/* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */
50915095
{ PCI_VENDOR_ID_HXT, 0x0401, pci_quirk_qcom_rp_acs },
50925096
/* Intel PCH root ports */

0 commit comments

Comments
 (0)