platform/x86: topstar-laptop: Add new device id
authorGuillaume Douézan-Grard <gdouezangrard@gmail.com>
Mon, 15 May 2017 16:22:08 +0000 (18:22 +0200)
committerDarren Hart (VMware) <dvhart@infradead.org>
Mon, 15 May 2017 23:15:50 +0000 (16:15 -0700)
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 <gdouezangrard@gmail.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
drivers/platform/x86/topstar-laptop.c

index 70205d222da93982e29e37d3cc7e684b4c2509ed..1032c00b907b99d2ae0f70a6f0ebab76698a98d1 100644 (file)
@@ -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 },
 };