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

Commit 6b9ff696 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: lifebook - add DMI entry for Fujitsu B-2130



Although we already have entry for ZEPHYR the match is done
on product name whereas B-2130 BIOS has it in board name.

Reported-by: default avatarYuriy Zhuravlev <stalkerg@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent b75d1728
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -60,6 +60,12 @@ static const struct dmi_system_id lifebook_dmi_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK B Series"),
		},
	},
	{
		.ident = "Lifebook B-2130",
		.matches = {
			DMI_MATCH(DMI_BOARD_NAME, "ZEPHYR"),
		},
	},
	{
		.ident = "Lifebook B213x/B2150",
		.matches = {