Skip to content

Commit 2c6f2cb

Browse files
smb49dtor
authored andcommitted
Input: i8042 - add Blue FB5601 to noloop exception table
Signed-off-by: Stefan Bader <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 4c0e799 commit 2c6f2cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
135135
DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
136136
},
137137
},
138+
{
139+
.ident = "Blue FB5601",
140+
.matches = {
141+
DMI_MATCH(DMI_SYS_VENDOR, "blue"),
142+
DMI_MATCH(DMI_PRODUCT_NAME, "FB5601"),
143+
DMI_MATCH(DMI_PRODUCT_VERSION, "M606"),
144+
},
145+
},
138146
{ }
139147
};
140148

0 commit comments

Comments
 (0)