mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
Input: i8042 - add Fujitsu touchscreen/touchpad PNP IDs
Add PNP IDs for Fujitsu touchscreen/touchpad for AUX port detection to latch onto. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
cc8310e33b
commit
b9973954c5
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ static struct pnp_driver i8042_pnp_kbd_driver = {
|
|||
};
|
||||
|
||||
static struct pnp_device_id pnp_aux_devids[] = {
|
||||
{ .id = "FJC6000", .driver_data = 0 },
|
||||
{ .id = "FJC6001", .driver_data = 0 },
|
||||
{ .id = "PNP0f03", .driver_data = 0 },
|
||||
{ .id = "PNP0f0b", .driver_data = 0 },
|
||||
{ .id = "PNP0f0e", .driver_data = 0 },
|
||||
|
|
Loading…
Reference in a new issue