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

Commit 78551277 authored by Tom Gundersen's avatar Tom Gundersen Committed by Dmitry Torokhov
Browse files

Input: i8042 - add PNP modaliases



This allows the module to be autoloaded in the common case.

In order to work on non-PnP systems the module should be compiled in or
loaded unconditionally at boot (c.f. modules-load.d(5)), as before.

Signed-off-by: default avatarTom Gundersen <teg@jklm.no>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 92eb77d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -765,6 +765,7 @@ static struct pnp_device_id pnp_kbd_devids[] = {
	{ .id = "CPQA0D7", .driver_data = 0 },
	{ .id = "CPQA0D7", .driver_data = 0 },
	{ .id = "", },
	{ .id = "", },
};
};
MODULE_DEVICE_TABLE(pnp, pnp_kbd_devids);


static struct pnp_driver i8042_pnp_kbd_driver = {
static struct pnp_driver i8042_pnp_kbd_driver = {
	.name           = "i8042 kbd",
	.name           = "i8042 kbd",
@@ -786,6 +787,7 @@ static struct pnp_device_id pnp_aux_devids[] = {
	{ .id = "SYN0801", .driver_data = 0 },
	{ .id = "SYN0801", .driver_data = 0 },
	{ .id = "", },
	{ .id = "", },
};
};
MODULE_DEVICE_TABLE(pnp, pnp_aux_devids);


static struct pnp_driver i8042_pnp_aux_driver = {
static struct pnp_driver i8042_pnp_aux_driver = {
	.name           = "i8042 aux",
	.name           = "i8042 aux",