We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a7379 commit 26ed9d1Copy full SHA for 26ed9d1
drivers/platform/x86/silead_dmi.c
@@ -483,6 +483,15 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
483
DMI_MATCH(DMI_PRODUCT_NAME, "S806"),
484
},
485
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
495
{
496
/* Chuwi Vi8 (CWI506) */
497
.driver_data = (void *)&chuwi_vi8_data,
0 commit comments