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