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