diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/platform/x86/ideapad-laptop.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index db76d011bedd..c11f40f37bd0 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c | |||
| @@ -872,24 +872,24 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { | |||
| 872 | }, | 872 | }, |
| 873 | }, | 873 | }, |
| 874 | { | 874 | { |
| 875 | .ident = "Lenovo Yoga 3 14", | 875 | .ident = "Lenovo Yoga 2 11 / 13 / Pro", |
| 876 | .matches = { | 876 | .matches = { |
| 877 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | 877 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 878 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 3 14"), | 878 | DMI_MATCH(DMI_BOARD_NAME, "Yoga2"), |
| 879 | }, | 879 | }, |
| 880 | }, | 880 | }, |
| 881 | { | 881 | { |
| 882 | .ident = "Lenovo Yoga 2 11 / 13 / Pro", | 882 | .ident = "Lenovo Yoga 3 1170 / 1470", |
| 883 | .matches = { | 883 | .matches = { |
| 884 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | 884 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 885 | DMI_MATCH(DMI_BOARD_NAME, "Yoga2"), | 885 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 3"), |
| 886 | }, | 886 | }, |
| 887 | }, | 887 | }, |
| 888 | { | 888 | { |
| 889 | .ident = "Lenovo Yoga 3 Pro 1370", | 889 | .ident = "Lenovo Yoga 3 Pro 1370", |
| 890 | .matches = { | 890 | .matches = { |
| 891 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | 891 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |
| 892 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 3 Pro-1370"), | 892 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 3"), |
| 893 | }, | 893 | }, |
| 894 | }, | 894 | }, |
| 895 | {} | 895 | {} |
