diff mbox series

[1/1,SRU,OEM-5.10] UBUNTU: SAUCE: e1000e: Add more Dell AIO systems into s0ix heuristics

Message ID 20201111031944.52652-2-acelan.kao@canonical.com
State New
Headers show
Series Some Dell RKL AIO platform with | expand

Commit Message

AceLan Kao Nov. 11, 2020, 3:19 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1903798

Dell's RKL AIO systems containing i219LM are
properly configured and should use the s0ix flows.

Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
---
 drivers/net/ethernet/intel/e1000e/param.c | 28 +++++++++++++++++++++++
 1 file changed, 28 insertions(+)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/intel/e1000e/param.c b/drivers/net/ethernet/intel/e1000e/param.c
index fe3157c8aa4a..882cad09d978 100644
--- a/drivers/net/ethernet/intel/e1000e/param.c
+++ b/drivers/net/ethernet/intel/e1000e/param.c
@@ -294,6 +294,34 @@  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"),
+		},
+	},
 	{ }
 };