Input: i8042 - add Blue FB5601 to noloop exception table

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by Stefan Bader and committed by Dmitry Torokhov 2c6f2cb8 4c0e799a

+8
+8
drivers/input/serio/i8042-x86ia64io.h
··· 135 135 DMI_MATCH(DMI_PRODUCT_VERSION, "5a"), 136 136 }, 137 137 }, 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 + }, 138 146 { } 139 147 }; 140 148