diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-02 06:42:35 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-02 06:42:35 -0700 |
| commit | af0987f562ce5dc96b4426d7559270c0f157b594 (patch) | |
| tree | ea98f9f79cc97b067aeae975cbbdc32a8d0c902d /drivers/platform | |
| parent | 391a76b271e7b3bde4b267fbc6a7e465444e7fd6 (diff) | |
| parent | f145f4147857a00bb23251d5d7f0df5791633a92 (diff) | |
Merge "Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4"
Diffstat (limited to 'drivers/platform')
| -rw-r--r-- | drivers/platform/x86/ideapad-laptop.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index d78ee151c9e4..be3bc2f4edd4 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -865,6 +865,20 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { }, }, { + .ident = "Lenovo ideapad Y700-15ISK", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700-15ISK"), + }, + }, + { + .ident = "Lenovo ideapad Y700 Touch-15ISK", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), + DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad Y700 Touch-15ISK"), + }, + }, + { .ident = "Lenovo ideapad Y700-17ISK", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
