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

Commit 0999bbe0 authored by Adam Jackson's avatar Adam Jackson Committed by Keith Packard
Browse files

drm/i915: no-lvds quirk for ASUS AT5NM10T-I

parent ca88479c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -715,6 +715,14 @@ static const struct dmi_system_id intel_no_lvds[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "EB1007"),
		},
	},
	{
		.callback = intel_no_lvds_dmi_callback,
		.ident = "Asus AT5NM10T-I",
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
			DMI_MATCH(DMI_BOARD_NAME, "AT5NM10T-I"),
		},
	},

	{ }	/* terminating entry */
};