Commit 37d960a4 authored by Hans de Goede's avatar Hans de Goede Committed by Andy Shevchenko

platform/x86: touchscreen_dmi: Add info for the Trekstor Primebook C11B 2-in-1

Add touchscreen info for the Trekstor Primebook C11B 2-in-1, note the C11B
used the same touchscreen as the regular C11, so we only add a new DMI
match.

Cc: Thomas Hiller <thomas.hiller@gmx.de>
Reported-and-tested-by: default avatarThomas Hiller <thomas.hiller@gmx.de>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent 110ea1d8
...@@ -933,6 +933,14 @@ static const struct dmi_system_id touchscreen_dmi_table[] = { ...@@ -933,6 +933,14 @@ static const struct dmi_system_id touchscreen_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Primebook C11"), DMI_MATCH(DMI_PRODUCT_NAME, "Primebook C11"),
}, },
}, },
{
/* Trekstor Primebook C11B (same touchscreen as the C11) */
.driver_data = (void *)&trekstor_primebook_c11_data,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TREKSTOR"),
DMI_MATCH(DMI_PRODUCT_NAME, "PRIMEBOOK C11B"),
},
},
{ {
/* Trekstor Primebook C13 */ /* Trekstor Primebook C13 */
.driver_data = (void *)&trekstor_primebook_c13_data, .driver_data = (void *)&trekstor_primebook_c13_data,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment