[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201130212907.320677-4-anthony.l.nguyen@intel.com>
Date: Mon, 30 Nov 2020 13:29:06 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Mario Limonciello <mario.limonciello@...l.com>,
netdev@...r.kernel.org, sassmann@...hat.com,
anthony.l.nguyen@...el.com, sasha.neftin@...el.com,
Yijun Shen <Yijun.shen@...l.com>
Subject: [net-next 3/4] e1000e: Add more Dell CML systems into s0ix heuristics
From: Mario Limonciello <mario.limonciello@...l.com>
These comet lake systems are not yet released, but have been validated
on pre-release hardware.
This is being submitted separately from released hardware in case of
a regression between pre-release and release hardware so this commit
can be reverted alone.
Signed-off-by: Mario Limonciello <mario.limonciello@...l.com>
Tested-by: Yijun Shen <Yijun.shen@...l.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@...el.com>
---
drivers/net/ethernet/intel/e1000e/param.c | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/drivers/net/ethernet/intel/e1000e/param.c b/drivers/net/ethernet/intel/e1000e/param.c
index d05f55201541..e7b7afc6c74a 100644
--- a/drivers/net/ethernet/intel/e1000e/param.c
+++ b/drivers/net/ethernet/intel/e1000e/param.c
@@ -273,6 +273,27 @@ 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.26.2
Powered by blists - more mailing lists