projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eebf820
)
platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match
author
Hans de Goede
<hdegoede@redhat.com>
Thu, 2 Feb 2023 10:34:13 +0000
(11:34 +0100)
committer
Hans de Goede
<hdegoede@redhat.com>
Thu, 2 Feb 2023 10:34:38 +0000
(11:34 +0100)
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
drivers/platform/x86/touchscreen_dmi.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/touchscreen_dmi.c
b/drivers/platform/x86/touchscreen_dmi.c
index
f009953
..
13802a3
100644
(file)
--- a/
drivers/platform/x86/touchscreen_dmi.c
+++ b/
drivers/platform/x86/touchscreen_dmi.c
@@
-1097,6
+1097,15
@@
const struct dmi_system_id touchscreen_dmi_table[] = {
DMI_MATCH(DMI_BIOS_DATE, "05/07/2016"),
},
},
+ {
+ /* Chuwi Vi8 (CWI501) */
+ .driver_data = (void *)&chuwi_vi8_data,
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "i86"),
+ DMI_MATCH(DMI_BIOS_VERSION, "CHUWI.W86JLBNR01"),
+ },
+ },
{
/* Chuwi Vi8 (CWI506) */
.driver_data = (void *)&chuwi_vi8_data,