Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8e99992 authored by Michael Pobega's avatar Michael Pobega Committed by android-build-merger
Browse files

ACPI / blacklist: Make Dell Latitude 3350 ethernet work

am: 56c28e79

Change-Id: I1668d3f0b9e9cb1d09d31069db57b11bdbaa18fc
parents 9d6617db 56c28e79
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -176,6 +176,18 @@ static struct dmi_system_id acpi_rev_dmi_table[] __initdata = {
		      DMI_MATCH(DMI_PRODUCT_NAME, "Precision 3520"),
		},
	},
	/*
	 * Resolves a quirk with the Dell Latitude 3350 that
	 * causes the ethernet adapter to not function.
	 */
	{
	 .callback = dmi_enable_rev_override,
	 .ident = "DELL Latitude 3350",
	 .matches = {
		      DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
		      DMI_MATCH(DMI_PRODUCT_NAME, "Latitude 3350"),
		},
	},
#endif
	{}
};