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

Commit 4a198be7 authored by Albert Astals Cid's avatar Albert Astals Cid Committed by Matthew Garrett
Browse files

Support KHLB2 in the compal laptop driver



Add the KHLB2 model identifier to the list of supported models

Signed-off-by: default avatarAlbert Astals Cid <aacid@kde.org>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 59ccf2f3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -872,6 +872,14 @@ static struct dmi_system_id __initdata compal_dmi_table[] = {
		},
		.callback = dmi_check_cb_extra
	},
	{
		.ident = "KHLB2",
		.matches = {
			DMI_MATCH(DMI_BOARD_NAME, "KHLB2"),
			DMI_MATCH(DMI_BOARD_VERSION, "REFERENCE"),
		},
		.callback = dmi_check_cb_extra
	},
	{ }
};