Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,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 = {
Expand Down