提交 57b31b2f 编写于 作者: A Ang Way Chuang 提交者: Matthew Garrett

Dell Vostro 3350 touchpad LED

Add Vostro 3350 into quirks so that the touchpad LED works.
Signed-off-by: NAng Way Chuang <wcang79@gmail.com>
Signed-off-by: NMatthew Garrett <mjg@redhat.com>
上级 2d117403
......@@ -185,6 +185,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
},
.driver_data = &quirk_dell_vostro_v130,
},
{
.callback = dmi_matched,
.ident = "Dell Vostro 3350",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3350"),
},
.driver_data = &quirk_dell_vostro_v130,
},
{
.callback = dmi_matched,
.ident = "Dell Vostro 3555",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册