Skip to content

Commit 3050052

Browse files
hmtheboy154jwrdegoede
authored andcommitted
platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro
The "EZpad 6s Pro" uses the same touchscreen as the "EZpad 6 Pro B", unlike the "Ezpad 6 Pro" which has its own touchscreen. Signed-off-by: hmtheboy154 <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 7c8639a commit 3050052

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

drivers/platform/x86/touchscreen_dmi.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,17 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
14041404
DMI_MATCH(DMI_BIOS_DATE, "04/24/2018"),
14051405
},
14061406
},
1407+
{
1408+
/* Jumper EZpad 6s Pro */
1409+
.driver_data = (void *)&jumper_ezpad_6_pro_b_data,
1410+
.matches = {
1411+
DMI_MATCH(DMI_SYS_VENDOR, "Jumper"),
1412+
DMI_MATCH(DMI_PRODUCT_NAME, "Ezpad"),
1413+
/* Above matches are too generic, add bios match */
1414+
DMI_MATCH(DMI_BIOS_VERSION, "E.WSA116_8.E1.042.bin"),
1415+
DMI_MATCH(DMI_BIOS_DATE, "01/08/2020"),
1416+
},
1417+
},
14071418
{
14081419
/* Jumper EZpad 6 m4 */
14091420
.driver_data = (void *)&jumper_ezpad_6_m4_data,

0 commit comments

Comments
 (0)