From: Lee, Chun-Yi Date: Fri, 23 Mar 2012 04:36:44 +0000 (+0800) Subject: acer-wmi: No wifi rfkill on Sony machines X-Git-Tag: v3.4-rc1~63^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5719b81988f3c24ff694dc3a37e35b35630a3966;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git acer-wmi: No wifi rfkill on Sony machines 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 Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 3b3cd07..b253e21 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -719,6 +719,7 @@ static const struct acpi_device_id norfkill_ids[] = { { "VPC2004", 0}, { "IBM0068", 0}, { "LEN0068", 0}, + { "SNY5001", 0}, /* sony-laptop in charge */ { "", 0}, };