Skip to content

Commit 24e2bb3

Browse files
jwrdegoedeandy-shev
authored andcommitted
platform/x86: silead_dmi: Add entry for the Yours Y8W81 tablet
Add an entry with touchscreen info for the Yours Y8W81 8" tablet. This tablet has the same case and mostly the same internals as the Chuwi Vi8. Both seem to be from an ODM called inet-tek. Both are labelled: "INET-I86M-REVxx" on the PCB, with the Chuwi Vi8 being REV03 (and having an ALC5640 audio codec) and the Yours Y8W81 being REV21 (and having an ALC5651 audio codec). The wifi, accelerometer and touchscreen are identical on both. Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 797195a commit 24e2bb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/platform/x86/silead_dmi.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,14 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
455455
DMI_MATCH(DMI_BIOS_VERSION, "itWORKS.G.WI71C.JGBMRB"),
456456
},
457457
},
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+
},
458466
{ },
459467
};
460468

0 commit comments

Comments
 (0)