platform/x86: silead_dmi: Add entry for newer BIOS for Trekstor Surftab 7.0
authorHans de Goede <hdegoede@redhat.com>
Tue, 16 Jan 2018 19:24:15 +0000 (20:24 +0100)
committerDarren Hart (VMware) <dvhart@infradead.org>
Sat, 20 Jan 2018 18:18:36 +0000 (10:18 -0800)
Some versions of the Trekstor Surftab 7.0 ship with a newer BIOS which uses
different DMI strings.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/silead_dmi.c

index ee8d8e844eb09829f3054011e8ae3d85569cecca..048a82f12f8c204f7a18aa8fa73fa8922b1cde28 100644 (file)
@@ -308,6 +308,17 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
                        DMI_MATCH(DMI_BIOS_VERSION, "TREK.G.WI71C.JGBMRBA04"),
                },
        },
+       {
+               /* Trekstor Surftab Wintron 7.0 ST70416-6, newer BIOS */
+               .driver_data = (void *)&surftab_wintron70_st70416_6_data,
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "TrekStor"),
+                       DMI_MATCH(DMI_PRODUCT_NAME,
+                                            "SurfTab wintron 7.0 ST70416-6"),
+                       /* Exact match, different versions need different fw */
+                       DMI_MATCH(DMI_BIOS_VERSION, "TREK.G.WI71C.JGBMRBA05"),
+               },
+       },
        {
                /* Ployer Momo7w (same hardware as the Trekstor ST70416-6) */
                .driver_data = (void *)&surftab_wintron70_st70416_6_data,