Input: i8042 - add Dritek quirk for Acer TravelMate 660

The Acer TravelMate 660 series also requires the Dritek quirk to enable the
extra scancodes.

Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by Bruno Prémont and committed by Dmitry Torokhov 65e660aa f26a3988

+7
+7
drivers/input/serio/i8042-x86ia64io.h
··· 331 331 }, 332 332 }, 333 333 { 334 + .ident = "Acer TravelMate 660", 335 + .matches = { 336 + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), 337 + DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 660"), 338 + }, 339 + }, 340 + { 334 341 .ident = "Acer TravelMate 2490", 335 342 .matches = { 336 343 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),