Explorar o código

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 <gdouezangrard@gmail.com>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Guillaume Douézan-Grard %!s(int64=8) %!d(string=hai) anos
pai
achega
23ccd0363c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/platform/x86/topstar-laptop.c

+ 1 - 0
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 },
 };