This is a note to let you know that I've just added the patch titled ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blocked to the 4.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ideapad_laptop-lenovo-g50-30-fix-rfkill-reports-wireless-blocked.patch and it can be found in the queue-4.1 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 4fa9dabcffc8e16601307d3d56b58c68d9716ba4 Mon Sep 17 00:00:00 2001 From: Dmitry Tunin <hanipouspilot@xxxxxxxxx> Date: Sun, 18 Jan 2015 15:44:40 +0300 Subject: ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blocked From: Dmitry Tunin <hanipouspilot@xxxxxxxxx> commit 4fa9dabcffc8e16601307d3d56b58c68d9716ba4 upstream. Lenovo G30-50 does not have a hardware wireless switch and wireless is always blocked. BugLink: https://bugs.launchpad.net/bugs/1397021 Signed-off-by: Dmitry Tunin <hanipouspilot@xxxxxxxxx> Signed-off-by: Philippe Coval <philippe.coval@xxxxxxxxxxxxxxxxxxx> [dvhart@xxxxxxxxxxxxxxx: Reordered dmi id per Phillippe's later version] Signed-off-by: Darren Hart <dvhart@xxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/platform/x86/ideapad-laptop.c | 7 +++++++ 1 file changed, 7 insertions(+) --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c @@ -837,6 +837,13 @@ static const struct dmi_system_id no_hw_ }, }, { + .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 = { DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), Patches currently in stable-queue which might be from hanipouspilot@xxxxxxxxx are queue-4.1/ideapad_laptop-lenovo-g50-30-fix-rfkill-reports-wireless-blocked.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html