[PATCH 3/9][U/OEM-5.10] Revert "UBUNTU: SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics"
Aaron Ma
aaron.ma at canonical.com
Mon Jan 11 08:01:26 UTC 2021
BugLink: https://bugs.launchpad.net/bugs/1910541
This reverts commit 366c6a19f2b3d5327c2e332da4bc0e7d36cf3ab0.
Formally enable s0ix for all platform, then we can remove quirks that
enable s0ix on the specific platform.
Signed-off-by: Aaron Ma <aaron.ma at canonical.com>
---
drivers/net/ethernet/intel/e1000e/param.c | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/drivers/net/ethernet/intel/e1000e/param.c b/drivers/net/ethernet/intel/e1000e/param.c
index fe3157c8aa4a..58e6718c4f75 100644
--- a/drivers/net/ethernet/intel/e1000e/param.c
+++ b/drivers/net/ethernet/intel/e1000e/param.c
@@ -273,27 +273,6 @@ static const struct dmi_system_id s0ix_supported_systems[] = {
DMI_MATCH(DMI_PRODUCT_SKU, "09C4"),
},
},
- {
- /* Dell Notebook 0x0A40 */
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_SKU, "0A40"),
- },
- },
- {
- /* Dell Notebook 0x0A41 */
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_SKU, "0A41"),
- },
- },
- {
- /* Dell Notebook 0x0A42 */
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_SKU, "0A42"),
- },
- },
{ }
};
--
2.28.0
More information about the kernel-team
mailing list