Skip to content

Commit 946cbb3

Browse files
hmtheboy154gregkh
authored andcommitted
platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro
[ Upstream commit 3050052 ] 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 <buingoc67@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20240527091447.248849-3-hdegoede@redhat.com Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ed4daf6 commit 946cbb3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

drivers/platform/x86/touchscreen_dmi.c

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

0 commit comments

Comments
 (0)