提交 be3128b1 编写于 作者: S Seth Forshee 提交者: Matthew Garrett

acer-wmi: Add wireless quirk for Lenovo 3000 N200

This quirk fixes the wlan rfkill status on this machine. Without
it, wlan is permanently soft blocked whenever acer-wmi is loaded.

BugLink: https://bugs.launchpad.net/bugs/857297Signed-off-by: NSeth Forshee <seth.forshee@canonical.com>
Reviewed-by: NLee, Chun-Yi <jlee@novell.com>
Signed-off-by: NMatthew Garrett <mjg@redhat.com>
上级 2d8b90be
...@@ -464,6 +464,15 @@ static struct dmi_system_id acer_quirks[] = { ...@@ -464,6 +464,15 @@ static struct dmi_system_id acer_quirks[] = {
}, },
.driver_data = &quirk_lenovo_ideapad_s205, .driver_data = &quirk_lenovo_ideapad_s205,
}, },
{
.callback = dmi_matched,
.ident = "Lenovo 3000 N200",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
DMI_MATCH(DMI_PRODUCT_NAME, "0687A31"),
},
.driver_data = &quirk_fujitsu_amilo_li_1718,
},
{} {}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册