Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match

Add a DMI match for the CWI501 version of the Chuwi Vi8 tablet,
pointing to the same chuwi_vi8_data as the existing CWI506 version
DMI match.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230202103413.331459-1-hdegoede@redhat.com

+9
+9
drivers/platform/x86/touchscreen_dmi.c
··· 1098 1098 }, 1099 1099 }, 1100 1100 { 1101 + /* Chuwi Vi8 (CWI501) */ 1102 + .driver_data = (void *)&chuwi_vi8_data, 1103 + .matches = { 1104 + DMI_MATCH(DMI_SYS_VENDOR, "Insyde"), 1105 + DMI_MATCH(DMI_PRODUCT_NAME, "i86"), 1106 + DMI_MATCH(DMI_BIOS_VERSION, "CHUWI.W86JLBNR01"), 1107 + }, 1108 + }, 1109 + { 1101 1110 /* Chuwi Vi8 (CWI506) */ 1102 1111 .driver_data = (void *)&chuwi_vi8_data, 1103 1112 .matches = {