diff options
author | Teava Radu <rateava@gmail.com> | 2021-05-04 20:57:46 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-05-19 15:59:47 +0200 |
commit | 39a6172ea88b3117353ae16cbb0a53cd80a9340a (patch) | |
tree | 173eb3342e30a8d999c129ff80badcd810c56f76 | |
parent | bc1eca606d8084465e6f89fd646cc71defbad490 (diff) | |
download | linux-stable-39a6172ea88b3117353ae16cbb0a53cd80a9340a.tar.gz linux-stable-39a6172ea88b3117353ae16cbb0a53cd80a9340a.tar.bz2 linux-stable-39a6172ea88b3117353ae16cbb0a53cd80a9340a.zip |
platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 tablet
Add touchscreen info for the Mediacom Winpad 7.0 W700 tablet.
Tested on 5.11 hirsute.
Note: it's hw clone to Wintron surftab 7.
Signed-off-by: Teava Radu <rateava@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20210504185746.175461-6-hdegoede@redhat.com
-rw-r--r-- | drivers/platform/x86/touchscreen_dmi.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c index 90fe4f8f3c2c..875519c6c206 100644 --- a/drivers/platform/x86/touchscreen_dmi.c +++ b/drivers/platform/x86/touchscreen_dmi.c @@ -1097,6 +1097,14 @@ const struct dmi_system_id touchscreen_dmi_table[] = { }, }, { + /* Mediacom WinPad 7.0 W700 (same hw as Wintron surftab 7") */ + .driver_data = (void *)&trekstor_surftab_wintron70_data, + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "MEDIACOM"), + DMI_MATCH(DMI_PRODUCT_NAME, "WinPad 7 W10 - WPW700"), + }, + }, + { /* Mediacom Flexbook Edge 11 (same hw as TS Primebook C11) */ .driver_data = (void *)&trekstor_primebook_c11_data, .matches = { |