Skip to content

Commit

Permalink
Revert "UBUNTU: SAUCE: PCI: Enable ACS quirk on all CML root ports"
Browse files Browse the repository at this point in the history
BugLink: https://bugs.launchpad.net/bugs/1913691

This reverts commit b5bd4db5644823db92e08560a2a88ea4c53ef250.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>
  • Loading branch information
Kai-Heng Feng authored and Timo Aaltonen committed Jan 29, 2021
1 parent e8ee9ba commit 85f9717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4607,7 +4607,7 @@ static bool pci_quirk_intel_spt_pch_acs_match(struct pci_dev *dev)
return false;

switch (dev->device) {
case 0x06ac ... 0x06c3: /* Comet Lake */
case 0x06ac: /* Comet Lake */
case 0xa110 ... 0xa11f: case 0xa167 ... 0xa16a: /* Sunrise Point */
case 0xa290 ... 0xa29f: case 0xa2e7 ... 0xa2ee: /* Union Point */
case 0x9d10 ... 0x9d1b: /* 7th & 8th Gen Mobile */
Expand Down

0 comments on commit 85f9717

Please sign in to comment.