Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297020
b: refs/heads/master
c: 23b0531
h: refs/heads/master
v: v3
  • Loading branch information
Manoj Iyer authored and Matthew Garrett committed Mar 26, 2012
1 parent 6b97e15 commit 682b8ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ade28abdcb474531bb7045c032a286812c7f6d2a
refs/heads/master: 23b0531641c72c6a2f410af1c593293fa353884b
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -8658,7 +8658,7 @@ static int __must_check __init get_thinkpad_model_data(
}

s = dmi_get_system_info(DMI_PRODUCT_VERSION);
if (s && !strnicmp(s, "ThinkPad", 8)) {
if (s && !(strnicmp(s, "ThinkPad", 8) && strnicmp(s, "Lenovo", 6))) {
tp->model_str = kstrdup(s, GFP_KERNEL);
if (!tp->model_str)
return -ENOMEM;
Expand Down

0 comments on commit 682b8ab

Please sign in to comment.