[PATCH 2/9][OEM-5.10] Revert "UBUNTU: SAUCE: e1000e: Add more Dell AIO systems into s0ix heuristics"
Aaron Ma
aaron.ma at canonical.com
Mon Jan 11 08:01:25 UTC 2021
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 at canonical.com>
---
drivers/net/ethernet/intel/e1000e/param.c | 28 -----------------------
1 file changed, 28 deletions(-)
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"),
- },
- },
{ }
};
--
2.28.0
More information about the kernel-team
mailing list