diff mbox series

[2/9,OEM-5.10] Revert "UBUNTU: SAUCE: e1000e: Add more Dell AIO systems into s0ix heuristics"

Message ID 20210111080132.622317-3-aaron.ma@canonical.com
State New
Headers show
Series re-enable s0ix of e1000e | expand

Commit Message

Aaron Ma Jan. 11, 2021, 8:01 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1910541

This reverts commit 00acdc20617df32e3dd50b95d3b8e1feeb198e50.

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@canonical.com>
---
 drivers/net/ethernet/intel/e1000e/param.c | 28 -----------------------
 1 file changed, 28 deletions(-)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/intel/e1000e/param.c b/drivers/net/ethernet/intel/e1000e/param.c
index 882cad09d978..fe3157c8aa4a 100644
--- a/drivers/net/ethernet/intel/e1000e/param.c
+++ b/drivers/net/ethernet/intel/e1000e/param.c
@@ -294,34 +294,6 @@  static const struct dmi_system_id s0ix_supported_systems[] = {
 			DMI_MATCH(DMI_PRODUCT_SKU, "0A42"),
 		},
 	},
-	{
-		/* Dell AIO 0x0A46 */
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_PRODUCT_SKU, "0A46"),
-		},
-	},
-	{
-		/* Dell AIO 0x0A47 */
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_PRODUCT_SKU, "0A47"),
-		},
-	},
-	{
-		/* Dell AIO 0x0A48 */
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_PRODUCT_SKU, "0A48"),
-		},
-	},
-	{
-		/* Dell AIO 0x0A49 */
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_PRODUCT_SKU, "0A49"),
-		},
-	},
 	{ }
 };