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