Skip to content

Commit 26ed9d1

Browse files
yuk7andy-shev
authored andcommitted
platform/x86: silead_dmi: Add entry for Chuwi Hi8 tablet touchscreen
Add entry for Chuwi Hi8 S806_206 tablet touchscreen. Signed-off-by: Haruka Kawajiri <[email protected]> Acked-by: Hans de Goede <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent e6a7379 commit 26ed9d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/platform/x86/silead_dmi.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,15 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
483483
DMI_MATCH(DMI_PRODUCT_NAME, "S806"),
484484
},
485485
},
486+
{
487+
/* Chuwi Hi8 (H1D_S806_206) */
488+
.driver_data = (void *)&chuwi_hi8_data,
489+
.matches = {
490+
DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
491+
DMI_MATCH(DMI_PRODUCT_NAME, "BayTrail"),
492+
DMI_MATCH(DMI_BIOS_VERSION, "H1D_S806_206"),
493+
},
494+
},
486495
{
487496
/* Chuwi Vi8 (CWI506) */
488497
.driver_data = (void *)&chuwi_vi8_data,

0 commit comments

Comments
 (0)