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