Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685708 > unrolled thread
| Started by | Hans de Goede <hdegoede@redhat.com> |
|---|---|
| First post | 2017-07-12 13:20 +0200 |
| Last post | 2017-07-12 23:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreen Hans de Goede <hdegoede@redhat.com> - 2017-07-12 13:20 +0200
Re: [PATCH] platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreen Darren Hart <dvhart@infradead.org> - 2017-07-12 23:00 +0200
| From | Hans de Goede <hdegoede@redhat.com> |
|---|---|
| Date | 2017-07-12 13:20 +0200 |
| Subject | [PATCH] platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreen |
| Message-ID | <u2nQu-7wc-13@gated-at.bofh.it> |
This Ployer Momo7w revision has the same hardware as the Trekstor
ST70416-6, so we re-use the surftab_wintron70_st70416_6_data.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
drivers/platform/x86/silead_dmi.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/drivers/platform/x86/silead_dmi.c b/drivers/platform/x86/silead_dmi.c
index f9e840aa5592..1157a7b646d6 100644
--- a/drivers/platform/x86/silead_dmi.c
+++ b/drivers/platform/x86/silead_dmi.c
@@ -174,6 +174,16 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
},
},
{
+ /* Ployer Momo7w (same hardware as the Trekstor ST70416-6) */
+ .driver_data = (void *)&surftab_wintron70_st70416_6_data,
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Shenzhen PLOYER"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "MOMO7W"),
+ /* Exact match, different versions need different fw */
+ DMI_MATCH(DMI_BIOS_VERSION, "MOMO.G.WI71C.MABMRBA02"),
+ },
+ },
+ {
/* GP-electronic T701 */
.driver_data = (void *)&gp_electronic_t701_data,
.matches = {
--
2.13.0
[toc] | [next] | [standalone]
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Date | 2017-07-12 23:00 +0200 |
| Subject | Re: [PATCH] platform/x86: silead_dmi: Add entry for Ployer Momo7w tablet touchscreen |
| Message-ID | <u2wTL-4E4-3@gated-at.bofh.it> |
| In reply to | #1685708 |
On Wed, Jul 12, 2017 at 01:15:11PM +0200, Hans de Goede wrote: > This Ployer Momo7w revision has the same hardware as the Trekstor > ST70416-6, so we re-use the surftab_wintron70_st70416_6_data. > > Signed-off-by: Hans de Goede <hdegoede@redhat.com> Thanks Hans, queued to testing. -- Darren Hart VMware Open Source Technology Center
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web