toshiba-acpi: Add missing ID (TOS6207)
authorOndrej Zary <linux@rainbow-software.org>
Sun, 9 Nov 2014 23:11:54 +0000 (00:11 +0100)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 3 Dec 2014 18:10:15 +0000 (10:10 -0800)
toshiba-acpi was always missing TOS6207 ID so it did not load automatically
on some laptops (such as Portege R100). But it worked fine if loaded manually.
Commit 135740de7764 ("toshiba_acpi: Convert to use acpi_driver") broke that
and the driver does not work even when loaded manually since then.

Add TOS6207 ID to fix it.

Tested on Toshiba Portege R100.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_acpi.c

index a3294690df376eacbd95628f6e57768347766891..f0011a5e967255bbeef3f3b8c8875a705336af3b 100644 (file)
@@ -186,6 +186,7 @@ static struct toshiba_acpi_dev *toshiba_acpi;
 
 static const struct acpi_device_id toshiba_device_ids[] = {
        {"TOS6200", 0},
+       {"TOS6207", 0},
        {"TOS6208", 0},
        {"TOS1900", 0},
        {"", 0},