diff options
| -rw-r--r-- | drivers/platform/x86/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/platform/x86/ideapad-laptop.c | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 81b8dcca8891..b8a21d7b25d4 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
| @@ -576,6 +576,7 @@ config ASUS_WMI | |||
| 576 | config ASUS_NB_WMI | 576 | config ASUS_NB_WMI |
| 577 | tristate "Asus Notebook WMI Driver" | 577 | tristate "Asus Notebook WMI Driver" |
| 578 | depends on ASUS_WMI | 578 | depends on ASUS_WMI |
| 579 | depends on SERIO_I8042 || SERIO_I8042 = n | ||
| 579 | ---help--- | 580 | ---help--- |
| 580 | This is a driver for newer Asus notebooks. It adds extra features | 581 | This is a driver for newer Asus notebooks. It adds extra features |
| 581 | like wireless radio and bluetooth control, leds, hotkeys, backlight... | 582 | like wireless radio and bluetooth control, leds, hotkeys, backlight... |
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index d1a091b93192..a2323941e677 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c | |||
| @@ -933,6 +933,13 @@ static const struct dmi_system_id no_hw_rfkill_list[] = { | |||
| 933 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 900"), | 933 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 900"), |
| 934 | }, | 934 | }, |
| 935 | }, | 935 | }, |
| 936 | { | ||
| 937 | .ident = "Lenovo YOGA 910-13IKB", | ||
| 938 | .matches = { | ||
| 939 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
| 940 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo YOGA 910-13IKB"), | ||
| 941 | }, | ||
| 942 | }, | ||
| 936 | {} | 943 | {} |
| 937 | }; | 944 | }; |
| 938 | 945 | ||
