Skip to content
Snippets Groups Projects
Commit 57b31b2f authored by Ang Way Chuang's avatar Ang Way Chuang Committed by Matthew Garrett
Browse files

Dell Vostro 3350 touchpad LED


Add Vostro 3350 into quirks so that the touchpad LED works.

Signed-off-by: default avatarAng Way Chuang <wcang79@gmail.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 2d117403
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = { ...@@ -185,6 +185,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
}, },
.driver_data = &quirk_dell_vostro_v130, .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, .callback = dmi_matched,
.ident = "Dell Vostro 3555", .ident = "Dell Vostro 3555",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment