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