From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938111AbeBUPMp (ORCPT ); Wed, 21 Feb 2018 10:12:45 -0500 Received: from mail-wr0-f176.google.com ([209.85.128.176]:42700 "EHLO mail-wr0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933330AbeBUPMn (ORCPT ); Wed, 21 Feb 2018 10:12:43 -0500 X-Google-Smtp-Source: AH8x226LiosfEgd09mSOih4SumuZm3QGam+ubWUivbMIdYe4WSwEhdhBpBke4vNp5MbgHuCYTL+0CA== Date: Wed, 21 Feb 2018 16:12:34 +0100 From: Guillaume =?utf-8?Q?Dou=C3=A9zan-Grard?= To: Andy Shevchenko Cc: Darren Hart , platform-driver-x86@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 0/6] Topstar U931/RVP7 ACPI LED Workaround Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, Thank you for your review. Changes since the previous submission are highlighted below. On Topstar U931/RVP7 Notebooks, an issue prevents the WLAN toggle key from being properly managed by the Embedded Controller and successfully disconnect the adapter. A specific ACPI method allows to toggle the WLAN LED state regardless. Based on a DMI check, the LED is registered within the corresponding subsystem, making possible to use a software-based trigger (rfkill for instance, to synchronize the LED with the network interface state). Thank you for your time, -- Guillaume Douézan-Grard Changes since v2: * revert an older conversion from a generic module to an acpi driver module instead of undoing it manually, * separate commits for the renaming and the spliting phases, * DMI-based check instead of a module parameter, * copyright and minor fixes put at the end. Changes since v1: * leave devices names unchanged for ABI compatibility, * fix label names, * separate module authors definition, * add commit description to Patch 3. Guillaume Douézan-Grard (6): revert "topstar-laptop: convert to module_acpi_driver()" platform/x86: topstar-laptop: use consistent naming scheme platform/x86: topstar-laptop: split ACPI events and input handling platform/x86: topstar-laptop: add platform device platform/x86: topstar-laptop: add Topstar U931/RVP7 WLAN LED workaround platform/x86: topstar-laptop: update copyright and fix some comments drivers/platform/x86/Kconfig | 2 + drivers/platform/x86/topstar-laptop.c | 358 +++++++++++++++++++++++++++------- 2 files changed, 290 insertions(+), 70 deletions(-) -- 2.16.1