Skip to content

Commit 6b29030

Browse files
bernharduandy-shev
authored andcommitted
platform/x86: touchscreen_dmi: Add info for the Trekstor Yourbook C11B
Add touchscreen info for the Trekstor Yourbook C11B. It seems to use the same touchscreen as the Primebook C11, so we only add a new DMI match. Cc: Otmar Meier <[email protected]> Reported-and-tested-by: Otmar Meier <[email protected]> Signed-off-by: Bernhard Übelacker <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent 5c556af commit 6b29030

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/platform/x86/touchscreen_dmi.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,14 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
11971197
DMI_MATCH(DMI_BIOS_VERSION, "TREK.G.WI71C.JGBMRBA05"),
11981198
},
11991199
},
1200+
{
1201+
/* Trekstor Yourbook C11B (same touchscreen as the Primebook C11) */
1202+
.driver_data = (void *)&trekstor_primebook_c11_data,
1203+
.matches = {
1204+
DMI_MATCH(DMI_SYS_VENDOR, "TREKSTOR"),
1205+
DMI_MATCH(DMI_PRODUCT_NAME, "YOURBOOK C11B"),
1206+
},
1207+
},
12001208
{
12011209
/* Vinga Twizzle J116 */
12021210
.driver_data = (void *)&vinga_twizzle_j116_data,

0 commit comments

Comments
 (0)