Commit 33df3225 authored by Vojtech Pavlik's avatar Vojtech Pavlik

Input: i8042 ACPI enumeration - add PNP IDs found in AMD64 laptops.

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent ab7e9994
......@@ -216,7 +216,7 @@ static int i8042_acpi_aux_add(struct acpi_device *device)
static struct acpi_driver i8042_acpi_kbd_driver = {
.name = "i8042",
.ids = "PNP0303",
.ids = "PNP0303,PNP030B",
.ops = {
.add = i8042_acpi_kbd_add,
},
......@@ -224,7 +224,7 @@ static struct acpi_driver i8042_acpi_kbd_driver = {
static struct acpi_driver i8042_acpi_aux_driver = {
.name = "i8042",
.ids = "PNP0F13",
.ids = "PNP0F13,SYN0801",
.ops = {
.add = i8042_acpi_aux_add,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment