acer_acpi - Fix setting backlight on AMW0 V1
[acer_acpi.git] / ChangeLog
blob93beed7a7ff0d28d54f3109629530066f5a8cfb9
1 2007-02-08      Version 0.11
3 * Convert AMW0 V2 devices to use WMID methods
5 * Enable Aspire 5020 quirks for all AMW0 (V1) laptops
7 * Add different EC quirk for Medion MD 98000 (AMW0)
9 * Add device/ feature autodetection
11 * Remove all the EC quirks that are no longer needed after the AMW0 V2 and
12   autodetection changes.
14 * Simplify some of the internal code handling for WMID and AMW0 devices
16 * Fix build on OpenSuSE 10.3 with patched 2.6.22 kernel
18 * Fix mail LED return value on WMID
20 * Re-add INSTALL file
22 2007-12-16      Version 0.10
24 * Add WMI mapper driver (wmi-acer)
26 * Convert acer_acpi to a platform driver, and call the WMI mapper driver
28 * Add EC support for Acer Aspire 5650, 3100, 5100 and 9420
30 * Fix EC support for Acer Aspire 5630 and 9300
32 * Fix build on 2.6.24 kernels
34 * Add DMI based autoloading for Acer laptops in 2.6.23 and newer kernels
36 2007-09-29      Version 0.9.1
38 * Add EC support for Acer TravelMate 5620
40 * Fix WMID
42 * Fix more read/ write errors
44 2007-09-27      Version 0.9.0
46 * Fix compiling on older (pre 2.6.20) kernels
48 * Add Acer Aspire 5560, TravelMate 2420 and TravelMate 5720 EC quirks
50 * Cleanup of interface code
52 2007-09-03      Version 0.8.2
54 * Really fix backlight code on older kernels
56 * Fix write errors with /proc/acpi/acer/brightness
58 * Fix problem with driver registration on WMID
60 2007-09-02      Version 0.8.1
62 * Fix backlight code on older (pre 2.6.21) kernels
64 2007-09-01      Version 0.8
66 * Register backlight with backlight subsystem
68 * Register mail LED with LED subsystem
70 * Restored 3G support - please note that on WMID laptops, if you try to write
71   to a device that you don't have, you _will_ get an ACPI error in dmesg (on
72   AMW0 this just fails silently).
74 * Added new sysfs platform driver to /sys/devices/platform/acer_acpi
76 * Added EC support for Aspire 3020, 3040, 5040, 5650 and 9300
78 * Code clean up - switched C99 types to kernel types, removed typedefs
80 2007-08-02      Version 0.7
82 * Removed "enabled: X" support
84 * Added initial support for accessing extra devices/ information through the
85   Embedded Controller (limited to just the Aspire 5020 and TravelMate 2490 -
86   thanks to Petr Tomasek for the TravelMate 2490 support). To test this on
87   another laptop, use "force_series=5020" or "force_series=2490" and report
88   back the results. On the 5020 (AMW0), brightness and accurate reading of
89   wireless and mail LED are supported. On the 2490 (WMID), mail LED is now
90   supported, as well as reading touchpad status. Also, it is possible to force
91   the fan on with both laptops by setting the temperature through ACPI.
93 * Added suspend/ resume support (settings will be correctly stored on return
94   from suspend-to-RAM and suspend-to-disk).
96 * Removed typdefs
98 2007-07-17      Version 0.6.3
100 * Fix Bash 3.2 bug in Makefile (really fixes *buntu build bug)
102 2007-07-15      Version 0.6.2
104 * Fix packaging bug from 0.6.1 (directory name accidentally
105   dropped acer_acpi-)
107 2007-07-13      Version 0.6.1
109 * Remove 2.4 kernel check, as it breaks *buntu systems
110   (acer_acpi is still 2.6 only)
112 2007-07-06      Version 0.6
114 * Ran code through lindent (Kernel coding style)
116 * Deprecated "enabled : X" - "X" will now just work
118 * Patched Makefile to stop complaining on kernels <= 2.6.17
119   (thanks to Subbu)
121 * Added support for new "WMID" interface (thanks to Jim Ramsay)
123 * Rewrote backend code for all interfaces and /proc (thanks to
124   Jim Ramsay)
126 2007-05-05      Version 0.5
128 * Added new maintainer (Carlos Corbacho)
130 * cat /proc/acpi/acer/{feature} now works
132 * All devices are now turned off by default
134 * Fixed Makefile to build with kernels < 2.6.17 (Bug #2)
136 * Dropped support for 2.4 kernels
138 2007-03-31      Version 0.4
140 * Now builds on current kernels! (thanks to Carlos Corbacho)
142 * acer_acpi has a new home: http://code.google.com/p/aceracpi