summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuk7 <yukx00@gmail.com>2018-06-05 10:16:02 +0900
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-06-08 14:22:15 +0300
commit26ed9d1c07efa5c3a3810dbb7c668e132e91d426 (patch)
treeecf708018c4bcfdb1be15adc49b67d7797a9a41c
parente6a7379fcb5702da681d7da8e9d9a2a26cc6fa85 (diff)
downloadlinux-rt-26ed9d1c07efa5c3a3810dbb7c668e132e91d426.tar.gz
platform/x86: silead_dmi: Add entry for Chuwi Hi8 tablet touchscreenplatform-drivers-x86-v4.18-1
Add entry for Chuwi Hi8 S806_206 tablet touchscreen. Signed-off-by: Haruka Kawajiri <yukx00@gmail.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-rw-r--r--drivers/platform/x86/silead_dmi.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/platform/x86/silead_dmi.c b/drivers/platform/x86/silead_dmi.c
index 64716b118c8e..853a7ce4601c 100644
--- a/drivers/platform/x86/silead_dmi.c
+++ b/drivers/platform/x86/silead_dmi.c
@@ -484,6 +484,15 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
},
},
{
+ /* Chuwi Hi8 (H1D_S806_206) */
+ .driver_data = (void *)&chuwi_hi8_data,
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Insyde"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "BayTrail"),
+ DMI_MATCH(DMI_BIOS_VERSION, "H1D_S806_206"),
+ },
+ },
+ {
/* Chuwi Vi8 (CWI506) */
.driver_data = (void *)&chuwi_vi8_data,
.matches = {