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