platform/x86: touchscreen_dmi: Add info for the Mediacom Flexbook Edge 11
authorHans de Goede <hdegoede@redhat.com>
Tue, 4 Dec 2018 09:20:04 +0000 (10:20 +0100)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 7 Dec 2018 18:04:23 +0000 (20:04 +0200)
Add a DMI match for the Mediacom Flexbook Edge 11, this is the same hw
as the Trekstor Primebook C11, so we use the same settings.

Reported-by: rmbg <alexofrichardmilitiabg@hotmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/touchscreen_dmi.c

index 5f2d7ea912b56e89beb0fa75f8d502e1ef3e9f99..8c5d47c0aea6521a0164d599e351ee1b0fcbe21e 100644 (file)
@@ -614,6 +614,14 @@ static const struct dmi_system_id touchscreen_dmi_table[] = {
                        DMI_MATCH(DMI_BIOS_VERSION, "jumperx.T87.KFBNEEA"),
                },
        },
+       {
+               /* Mediacom Flexbook Edge 11 (same hw as TS Primebook C11) */
+               .driver_data = (void *)&trekstor_primebook_c11_data,
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "MEDIACOM"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "FlexBook edge11 - M-FBE11"),
+               },
+       },
        {
                /* Onda oBook 20 Plus */
                .driver_data = (void *)&onda_obook_20_plus_data,