We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8639a commit 3050052Copy full SHA for 3050052
drivers/platform/x86/touchscreen_dmi.c
@@ -1404,6 +1404,17 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
1404
DMI_MATCH(DMI_BIOS_DATE, "04/24/2018"),
1405
},
1406
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
1418
{
1419
/* Jumper EZpad 6 m4 */
1420
.driver_data = (void *)&jumper_ezpad_6_m4_data,
0 commit comments