Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9973954 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

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: default avatarDmitry Torokhov <dtor@mail.ru>
parent cc8310e3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 },