aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/x86/silead_dmi.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/x86/silead_dmi.c b/drivers/platform/x86/silead_dmi.c
index 1091539fa230..452aacabaa8e 100644
--- a/drivers/platform/x86/silead_dmi.c
+++ b/drivers/platform/x86/silead_dmi.c
@@ -455,6 +455,14 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
455 DMI_MATCH(DMI_BIOS_VERSION, "itWORKS.G.WI71C.JGBMRB"), 455 DMI_MATCH(DMI_BIOS_VERSION, "itWORKS.G.WI71C.JGBMRB"),
456 }, 456 },
457 }, 457 },
458 {
459 /* Yours Y8W81, same case and touchscreen as Chuwi Vi8 */
460 .driver_data = (void *)&chuwi_vi8_data,
461 .matches = {
462 DMI_MATCH(DMI_SYS_VENDOR, "YOURS"),
463 DMI_MATCH(DMI_PRODUCT_NAME, "Y8W81"),
464 },
465 },
458 { }, 466 { },
459}; 467};
460 468