mirror of https://gitee.com/openkylin/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 <gdouezangrard@gmail.com> Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
This commit is contained in:
parent
13bb0fd551
commit
23ccd0363c
|
@ -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 },
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue