We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272cda7 commit c81edb8Copy full SHA for c81edb8
drivers/net/wireless/realtek/rtw88/pci.c
@@ -1738,6 +1738,15 @@ static const struct dmi_system_id rtw88_pci_quirks[] = {
1738
},
1739
.driver_data = (void *)BIT(QUIRK_DIS_PCI_CAP_ASPM),
1740
1741
+ {
1742
+ .callback = disable_pci_caps,
1743
+ .ident = "HP HP 250 G7 Notebook PC",
1744
+ .matches = {
1745
+ DMI_MATCH(DMI_SYS_VENDOR, "HP"),
1746
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP 250 G7 Notebook PC"),
1747
+ },
1748
+ .driver_data = (void *)BIT(QUIRK_DIS_PCI_CAP_ASPM),
1749
1750
{}
1751
};
1752
0 commit comments