We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842d329 commit 280da64Copy full SHA for 280da64
1 file changed
thinkpad_ec.c
@@ -460,6 +460,7 @@ static int __init check_dmi_for_ec(void)
460
TP_DMI_MATCH("IBM", "ThinkPad A30"),
461
TP_DMI_MATCH("IBM", "ThinkPad T23"),
462
TP_DMI_MATCH("IBM", "ThinkPad X24"),
463
+ TP_DMI_MATCH("LENOVO", "ThinkPad"),
464
{ .ident = NULL }
465
};
466
return dmi_find_substring(DMI_DEV_TYPE_OEM_STRING,
0 commit comments