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