From 23ccd0363c9b1fbe7bbba3123cf2c1bc870f584a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guillaume=20Dou=C3=A9zan-Grard?= Date: Mon, 15 May 2017 18:22:08 +0200 Subject: [PATCH] platform/x86: topstar-laptop: Add new device id MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The latest Topstar BIOS updates (109_931P) advertise the "TPS0001" device id by default, preventing the topstar-laptop module from being loaded automatically. Signed-off-by: Guillaume Douézan-Grard Signed-off-by: Darren Hart (VMware) --- drivers/platform/x86/topstar-laptop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/topstar-laptop.c b/drivers/platform/x86/topstar-laptop.c index 70205d222da9..1032c00b907b 100644 --- a/drivers/platform/x86/topstar-laptop.c +++ b/drivers/platform/x86/topstar-laptop.c @@ -162,6 +162,7 @@ static int acpi_topstar_remove(struct acpi_device *device) } static const struct acpi_device_id topstar_device_ids[] = { + { "TPS0001", 0 }, { "TPSACPI01", 0 }, { "", 0 }, }; -- 2.39.5