[PATCH 1/1][SRU][OEM-5.10] UBUNTU: SAUCE: e1000e: Add more Dell AIO systems into s0ix heuristics
AceLan Kao
acelan.kao at canonical.com
Wed Nov 11 03:19:44 UTC 2020
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 at canonical.com>
---
drivers/net/ethernet/intel/e1000e/param.c | 28 +++++++++++++++++++++++
1 file changed, 28 insertions(+)
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"),
+ },
+ },
{ }
};
--
2.25.1
More information about the kernel-team
mailing list