Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Revert "platform/x86/amd: pmf: Add quirk for TUF Gaming A14"
Browse files Browse the repository at this point in the history
This reverts commit 2c3e200.
  • Loading branch information
xanmod committed Oct 12, 2024
1 parent 78efa8d commit 78d039e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/platform/x86/amd/pmf/pmf-quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ static const struct dmi_system_id fwbug_list[] = {
},
.driver_data = &quirk_no_sps_bug,
},
{
.ident = "ASUS TUF Gaming A14",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
DMI_MATCH(DMI_PRODUCT_NAME, "FA401W"),
},
.driver_data = &quirk_no_sps_bug,
},
{}
};

Expand Down

0 comments on commit 78d039e

Please sign in to comment.