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

Commit 26ed9d1c authored by yuk7's avatar yuk7 Committed by Andy Shevchenko
Browse files

platform/x86: silead_dmi: Add entry for Chuwi Hi8 tablet touchscreen



Add entry for Chuwi Hi8 S806_206 tablet touchscreen.

Signed-off-by: default avatarHaruka Kawajiri <yukx00@gmail.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent e6a7379f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -483,6 +483,15 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "S806"),
		},
	},
	{
		/* Chuwi Hi8 (H1D_S806_206) */
		.driver_data = (void *)&chuwi_hi8_data,
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
			DMI_MATCH(DMI_PRODUCT_NAME, "BayTrail"),
			DMI_MATCH(DMI_BIOS_VERSION, "H1D_S806_206"),
		},
	},
	{
		/* Chuwi Vi8 (CWI506) */
		.driver_data = (void *)&chuwi_vi8_data,