ideapad_laptop: Lenovo G50-30 fix rfkill reports wireless blocked
authorDmitry Tunin <hanipouspilot@gmail.com>
Sun, 18 Jan 2015 12:44:40 +0000 (15:44 +0300)
committerDarren Hart <dvhart@linux.intel.com>
Mon, 1 Jun 2015 17:24:30 +0000 (19:24 +0200)
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@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
[dvhart@linux.intel.com: Reordered dmi id per Phillippe's later version]
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/ideapad-laptop.c

index b3d419a8472341dabee36c3cb40765157be443a9..1db3d2176d5600f220e5af3fdf567726e0115c0f 100644 (file)
@@ -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 = {
This page took 0.029538 seconds and 5 git commands to generate.