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

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

Staging: samsung-laptop: add support for N230 model

parent 9107a26e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -601,12 +601,12 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
		.callback = dmi_check_cb,
	},
	{
		.ident = "N150/N210/N220",
		.ident = "N150/N210/N220/N230",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR,
					"SAMSUNG ELECTRONICS CO., LTD."),
			DMI_MATCH(DMI_PRODUCT_NAME, "N150/N210/N220"),
			DMI_MATCH(DMI_BOARD_NAME, "N150/N210/N220"),
			DMI_MATCH(DMI_PRODUCT_NAME, "N150/N210/N220/N230"),
			DMI_MATCH(DMI_BOARD_NAME, "N150/N210/N220/N230"),
		},
		.callback = dmi_check_cb,
	},