提交 65e660aa 编写于 作者: B Bruno Prémont 提交者: Dmitry Torokhov

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: NBruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
上级 f26a3988
......@@ -330,6 +330,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 9110"),
},
},
{
.ident = "Acer TravelMate 660",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 660"),
},
},
{
.ident = "Acer TravelMate 2490",
.matches = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册