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

Commit e20b6f35 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: samsung-laptop: add support for r70 laptops

parent 5f5b5c51
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -601,6 +601,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
		},
		.callback = dmi_check_cb,
	},
	{
		.ident = "R70/R71",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR,
					"SAMSUNG ELECTRONICS CO., LTD."),
			DMI_MATCH(DMI_PRODUCT_NAME, "R70/R71"),
			DMI_MATCH(DMI_BOARD_NAME, "R70/R71"),
		},
		.callback = dmi_check_cb,
	},
	{ },
};
MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);