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

Commit 4e2441c0 authored by J Witteveen's avatar J Witteveen Committed by Matthew Garrett
Browse files

Samsung Laptop platform driver: support N510



The N510 benefits from this code as well. Below is a patch to include support.

Signed-off-by: default avatarJouke Witteveen <j.witteveen@gmail.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent a912d329
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -520,6 +520,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
		},
		.callback = dmi_check_cb,
	},
	{
		.ident = "N510",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR,
					"SAMSUNG ELECTRONICS CO., LTD."),
			DMI_MATCH(DMI_PRODUCT_NAME, "N510"),
			DMI_MATCH(DMI_BOARD_NAME, "N510"),
		},
		.callback = dmi_check_cb,
	},
	{
		.ident = "X125",
		.matches = {