[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1417165432-21691-1-git-send-email-linux@rainbow-software.org>
Date: Fri, 28 Nov 2014 10:03:52 +0100
From: Ondrej Zary <linux@...nbow-software.org>
To: platform-driver-x86@...r.kernel.org
Cc: Azael Avalos <coproscefalo@...il.com>,
Seth Forshee <seth.forshee@...onical.com>,
Kernel development list <linux-kernel@...r.kernel.org>
Subject: [PATCH] [RESEND 2] toshiba_acpi: Add missing ID (TOS6207)
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@...nbow-software.org>
---
drivers/platform/x86/toshiba_acpi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c
index ab6151f..0ce2129 100644
--- a/drivers/platform/x86/toshiba_acpi.c
+++ b/drivers/platform/x86/toshiba_acpi.c
@@ -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},
--
Ondrej Zary
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists