]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/platform/x86/thinkpad_acpi.c
Merge branch 'akpm' (Andrew's patch-bomb)
[karo-tx-linux.git] / drivers / platform / x86 / thinkpad_acpi.c
index ea0c6075b72012458f099bfd6fb013415e7d85e1..d68c0002f4a29c451116422b4693ab2e330f7160 100644 (file)
@@ -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;