From patchwork Sat Apr 4 08:33:39 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos Corbacho X-Patchwork-Id: 16310 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n348YPKW026298 for ; Sat, 4 Apr 2009 08:34:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759231AbZDDIdt (ORCPT ); Sat, 4 Apr 2009 04:33:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759224AbZDDIds (ORCPT ); Sat, 4 Apr 2009 04:33:48 -0400 Received: from bb-87-81-255-5.ukonline.co.uk ([87.81.255.5]:41931 "EHLO pegasus." rhost-flags-OK-OK-FAIL-FAIL) by vger.kernel.org with ESMTP id S1759231AbZDDIds (ORCPT ); Sat, 4 Apr 2009 04:33:48 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by pegasus. (8.14.3/8.13.8) with ESMTP id n348Xd6O014379; Sat, 4 Apr 2009 09:33:39 +0100 From: Carlos Corbacho Subject: [PATCH 3/3] acer-wmi: Update copyright notice & documentation To: linux-acpi@vger.kernel.org Cc: lenb@kernel.org Date: Sat, 04 Apr 2009 09:33:39 +0100 Message-ID: <20090404083339.14302.79226.stgit@localhost> In-Reply-To: <20090404083323.14302.40102.stgit@localhost> References: <20090404083323.14302.40102.stgit@localhost> User-Agent: StGIT/0.14.1 MIME-Version: 1.0 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Explicitly note in the documentation that the Acer Aspire One is not supported. Signed-off-by: Carlos Corbacho --- Documentation/laptops/acer-wmi.txt | 10 +++++++--- drivers/platform/x86/acer-wmi.c | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/laptops/acer-wmi.txt b/Documentation/laptops/acer-wmi.txt index 2b3a6b5..5ee2a02 100644 --- a/Documentation/laptops/acer-wmi.txt +++ b/Documentation/laptops/acer-wmi.txt @@ -1,9 +1,9 @@ Acer Laptop WMI Extras Driver http://code.google.com/p/aceracpi -Version 0.2 -18th August 2008 +Version 0.3 +4th April 2009 -Copyright 2007-2008 Carlos Corbacho +Copyright 2007-2009 Carlos Corbacho acer-wmi is a driver to allow you to control various parts of your Acer laptop hardware under Linux which are exposed via ACPI-WMI. @@ -36,6 +36,10 @@ not possible in kernel space from a 64 bit OS. Supported Hardware ****************** +NOTE: The Acer Aspire One is not supported hardware. It cannot work with +acer-wmi until Acer fix their ACPI-WMI implementation on them, so has been +blacklisted until that happens. + Please see the website for the current list of known working hardare: http://code.google.com/p/aceracpi/wiki/SupportedHardware diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 27837e8..0f6e43b 100644 --- a/drivers/platform/x86/acer-wmi.c +++ b/drivers/platform/x86/acer-wmi.c @@ -1,7 +1,7 @@ /* * Acer WMI Laptop Extras * - * Copyright (C) 2007-2008 Carlos Corbacho + * Copyright (C) 2007-2009 Carlos Corbacho * * Based on acer_acpi: * Copyright (C) 2005-2007 E.M. Smith