acer_acpi - Add EC quirk for Acer Aspire 9110
[acer_acpi.git] / NEWS
blob86594018e6e063e9da1cd91f38ec9bf185033568
1 2008-01-xx Version 0.11
2         Convert AMW0 V2 devices to use WMID methods
3         Enable Aspire 5020 quirks for all AMW0 (V1) laptops
4         Add different EC quirk for Medion MD 98000 (AMW0)
5         Add device/ feature autodetection
6         Remove all the EC quirks that are no longer needed after the AMW0 V2 and
7         autodetection changes.
8         Simplify some of the internal code handling for WMID and AMW0 devices
10 2007-12-16 Version 0.10
11         Add ACPI-WMI mapper driver (wmi-acer)
12         Convert acer_acpi to a platform driver, and call the WMI mapper driver
13         Add EC support for Acer Aspire 5650, 3100, 5100 and 9420
14         Fix EC support for Acer Aspire 5630 and 9300
15         Fix build on 2.6.24 kernels
16         Add DMI based autoloading for Acer laptops in 2.6.23 and newer kernels
18 2007-09-29 Version 0.9.1
19         Add EC support for Acer TravelMate 5620
20         Fix WMID
21         Fix more read/ write errors
23 2007-09-27 Version 0.9.0
24         Fix compiling on older (pre 2.6.20) kernels
25         Add Acer Aspire 5560, TravelMate 2420 and TravelMate 5720 EC quirks
26         Cleanup of interface code
28 2007-09-03 Version 0.8.2
29         Really fix backlight code on older kernels
30         Fix write errors with /proc/acpi/acer/brightness
31         Fix problem with driver registration on WMID
33 2007-09-02 Version 0.8.1
34         Fix backlight code on older (pre 2.6.21) kernels
36 2007-09-01 Version 0.8
37         Register backlight with backlight driver
38         Restored 3G support
39         Added new sysfs platform driver to /sys/devices/platform/acer_acpi
40         Added EC support for Aspire 3020, 3040, 5040, 5650 and 9300
41         Code clean up - switched C99 types to kernel types, removed typedefs
43 2007-08-02 Version 0.7
44         Dropped 'enabled: X' support
45         Added limited direct EC support for Aspire 5020 and TravelMate 2490
46         Fixed broken AMW0 values on hibernate
47         Added new sysfs interface to /sys/devices/platform/acer_acpi
49 2007-07-17 Version 0.6.3
50         Fix Bash 3.2 bug in Makefile (really fixes *buntu build bug)
52 2007-07-15 Version 0.6.2
53         Fix packaging bug from 0.6.1 (directory name accidentally
54         dropped acer_acpi-)
56 2007-07-13 Version 0.6.1
57         Remove 2.4 kernel check, as it breaks *buntu systems
59 2007-07-06 Version 0.6
60         Cleaned up code
61         Added WMID support
62         Makefile no longer gives harmless errors on older 2.6 kernels
64 2007-05-05 Version 0.5
65         New maintainer added: Carlos Corbacho <cathectic@gmail.com>
66         cat /proc/acpi/acer/{feature} now works - see ChangeLog for more
68 2007-03-31 Version 0.4
69         Compiles under later 2.6 series kernels.
70         New home at code.google.com
72 2005-08-30 Version 0.3
73         Fixed a bug in the call to acpi_bus_register_driver, so the module
74         no longer needs loading twice.
76 2005-08-28 Version 0.2
77         First public release, this version actually does some useful things.
79 2005-08-27 Version 0.1
80         Initial release that enables wireless on modprobe.  And that's it.