diff options
author | Carlos Corbacho <carlos@strangeworlds.co.uk> | 2009-04-04 09:33:39 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-04 12:36:31 -0400 |
commit | 4f0175dc13a57cb5d2abef44eb4394b0b964bdad (patch) | |
tree | 8bd905c4a378dc4a5d6e51fe51b866da19399ac8 | |
parent | 350e32907cf72ef82bbe7d72525fa2d9dcf64682 (diff) | |
download | linux-3.10-4f0175dc13a57cb5d2abef44eb4394b0b964bdad.tar.gz linux-3.10-4f0175dc13a57cb5d2abef44eb4394b0b964bdad.tar.bz2 linux-3.10-4f0175dc13a57cb5d2abef44eb4394b0b964bdad.zip |
acer-wmi: Update copyright notice & documentation
Explicitly note in the documentation that the Acer Aspire One is not
supported.
Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | Documentation/laptops/acer-wmi.txt | 10 | ||||
-rw-r--r-- | drivers/platform/x86/acer-wmi.c | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/laptops/acer-wmi.txt b/Documentation/laptops/acer-wmi.txt index 2b3a6b5260b..5ee2a02b3b4 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 <carlos@strangeworlds.co.uk> +Copyright 2007-2009 Carlos Corbacho <carlos@strangeworlds.co.uk> 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 27837e8ae51..0f6e43bf4fc 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 <carlos@strangeworlds.co.uk> + * Copyright (C) 2007-2009 Carlos Corbacho <carlos@strangeworlds.co.uk> * * Based on acer_acpi: * Copyright (C) 2005-2007 E.M. Smith |