From: Guillaume Douézan-Grard Date: Mon, 15 May 2017 16:22:08 +0000 (+0200) Subject: platform/x86: topstar-laptop: Add new device id X-Git-Tag: v4.13-rc1~135^2~59 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=23ccd0363c9b1fbe7bbba3123cf2c1bc870f584a;p=karo-tx-linux.git platform/x86: topstar-laptop: Add new device id 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) --- 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 }, };