From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lee, Chun-Yi" Subject: [PATCH] acer-wmi: No wifi rfkill on Sony machines Date: Fri, 23 Mar 2012 12:36:44 +0800 Message-ID: <1332477404-13632-1-git-send-email-jlee@suse.com> Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:45043 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751328Ab2CWEij (ORCPT ); Fri, 23 Mar 2012 00:38:39 -0400 Received: by wejx9 with SMTP id x9so2367359wej.19 for ; Thu, 22 Mar 2012 21:38:38 -0700 (PDT) Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: mjg@redhat.com Cc: platform-driver-x86@vger.kernel.org, stable@kernel.org, "Lee, Chun-Yi" , Carlos Corbacho , Mattia Dongili , Dimitris N The wireless rfkill should charged by sony-laptop but not acer-wmi. So, add Sony's SNY5001 acpi device to blacklist in acer-wmi. Tested on Sony Vaio Cc: Carlos Corbacho Cc: Matthew Garrett Cc: Mattia Dongili Cc: Dimitris N Tested-by: Dimitris N Signed-off-by: Lee, Chun-Yi --- drivers/platform/x86/acer-wmi.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 1e5290b..110e4af 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -692,6 +692,7 @@ static const struct acpi_device_id norfkill_ids[] = { { "VPC2004", 0}, { "IBM0068", 0}, { "LEN0068", 0}, + { "SNY5001", 0}, /* sony-laptop in charge */ { "", 0}, }; -- 1.6.0.2