diff options
Diffstat (limited to 'drivers/platform/x86/ideapad-laptop.c')
| -rw-r--r-- | drivers/platform/x86/ideapad-laptop.c | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index b3d419a84723..b496db87bc05 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -830,6 +830,13 @@ static void ideapad_acpi_notify(acpi_handle handle, u32 event, void *data)   */  static const struct dmi_system_id no_hw_rfkill_list[] = {  	{ +		.ident = "Lenovo G40-30", +		.matches = { +			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), +			DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G40-30"), +		}, +	}, +	{  		.ident = "Lenovo Yoga 2 11 / 13 / Pro",  		.matches = {  			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), |