projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc1eca6
)
platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 tablet
author
Teava Radu
<rateava@gmail.com>
Tue, 4 May 2021 18:57:46 +0000
(20:57 +0200)
committer
Hans de Goede
<hdegoede@redhat.com>
Wed, 19 May 2021 13:59:47 +0000
(15:59 +0200)
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
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 90fe4f8f3c2c796b8257bf3733d6b65c84d4c955..875519c6c20641e96e970c5f92aef4d708facbb0 100644
(file)
--- a/
drivers/platform/x86/touchscreen_dmi.c
+++ b/
drivers/platform/x86/touchscreen_dmi.c
@@
-1096,6
+1096,14
@@
const struct dmi_system_id touchscreen_dmi_table[] = {
DMI_MATCH(DMI_BIOS_VERSION, "jumperx.T87.KFBNEEA"),
},
},
+ {
+ /* 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,