|
@@ -829,6 +829,13 @@ static void ideapad_acpi_notify(acpi_handle handle, u32 event, void *data)
|
|
|
* report all radios as hardware-blocked.
|
|
|
*/
|
|
|
static const struct dmi_system_id no_hw_rfkill_list[] = {
|
|
|
+ {
|
|
|
+ .ident = "Lenovo G50-30",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo G50-30"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "Lenovo Yoga 2 11 / 13 / Pro",
|
|
|
.matches = {
|