Message ID | 20191228053051.28724-1-lists@eitanadler.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [serio] add support for Gigabyte M1405 netbook | expand |
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index dc974c288e88..14ad1d8e6201 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -186,6 +186,14 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = { DMI_MATCH(DMI_BOARD_VERSION, "1.02"), }, }, + { + /* Gigabyte M1405 netbook */ + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "GIGABYTE"), + DMI_MATCH(DMI_BOARD_NAME, "M1405"), + DMI_MATCH(DMI_BOARD_VERSION, "Base Board Version"), + }, + }, { /* Gigabyte Spring Peak - defines wrong chassis type */ .matches = {
Information verified by inspection Signed-off-by: Eitan Adler <lists@eitanadler.com> --- drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++ 1 file changed, 8 insertions(+)