Skip to content

Commit 280da64

Browse files
committed
just load on EVERY lenovo branded thinkpad
this fixes the problem there is no embedded controller in the dmi on the sandy bridge thinkpads closes #1
1 parent 842d329 commit 280da64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thinkpad_ec.c

+1
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ static int __init check_dmi_for_ec(void)
460460
TP_DMI_MATCH("IBM", "ThinkPad A30"),
461461
TP_DMI_MATCH("IBM", "ThinkPad T23"),
462462
TP_DMI_MATCH("IBM", "ThinkPad X24"),
463+
TP_DMI_MATCH("LENOVO", "ThinkPad"),
463464
{ .ident = NULL }
464465
};
465466
return dmi_find_substring(DMI_DEV_TYPE_OEM_STRING,

0 commit comments

Comments
 (0)