Skip to content

Commit 1266e2e

Browse files
Blafyij-intel
authored andcommitted
platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet
Signed-off-by: Alban Boyé <alban.boye@protonmail.com> Link: https://lore.kernel.org/r/20240227223919.11587-1-alban.boye@protonmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent ac2d1fd commit 1266e2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/platform/x86/touchscreen_dmi.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,15 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
12221222
DMI_MATCH(DMI_BIOS_VERSION, "CHUWI.D86JLBNR"),
12231223
},
12241224
},
1225+
{
1226+
/* Chuwi Vi8 dual-boot (CWI506) */
1227+
.driver_data = (void *)&chuwi_vi8_data,
1228+
.matches = {
1229+
DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
1230+
DMI_MATCH(DMI_PRODUCT_NAME, "i86"),
1231+
DMI_MATCH(DMI_BIOS_VERSION, "CHUWI2.D86JHBNR02"),
1232+
},
1233+
},
12251234
{
12261235
/* Chuwi Vi8 Plus (CWI519) */
12271236
.driver_data = (void *)&chuwi_vi8_plus_data,

0 commit comments

Comments
 (0)