acer_acpi: Add EC support for Acer Aspire 5630
[acer_acpi.git] / ChangeLog
blob00af7de509357d6db7cf2fb645dd8049864f5b00
1 2007-11-XX      Version 0.10
3 * Add WMI mapper driver (wmi-acer)
5 * Convert acer_acpi to a platform driver, and call the WMI mapper driver
7 * Add EC support for Acer Aspire 5650
9 2007-09-29      Version 0.9.1
11 * Add EC support for Acer TravelMate 5620
13 * Fix WMID
15 * Fix more read/ write errors
17 2007-09-27      Version 0.9.0
19 * Fix compiling on older (pre 2.6.20) kernels
21 * Add Acer Aspire 5560, TravelMate 2420 and TravelMate 5720 EC quirks
23 * Cleanup of interface code
25 2007-09-03      Version 0.8.2
27 * Really fix backlight code on older kernels
29 * Fix write errors with /proc/acpi/acer/brightness
31 * Fix problem with driver registration on WMID
33 2007-09-02      Version 0.8.1
35 * Fix backlight code on older (pre 2.6.21) kernels
37 2007-09-01      Version 0.8
39 * Register backlight with backlight subsystem
41 * Register mail LED with LED subsystem
43 * Restored 3G support - please note that on WMID laptops, if you try to write
44   to a device that you don't have, you _will_ get an ACPI error in dmesg (on
45   AMW0 this just fails silently).
47 * Added new sysfs platform driver to /sys/devices/platform/acer_acpi
49 * Added EC support for Aspire 3020, 3040, 5040, 5650 and 9300
51 * Code clean up - switched C99 types to kernel types, removed typedefs
53 2007-08-02      Version 0.7
55 * Removed "enabled: X" support
57 * Added initial support for accessing extra devices/ information through the
58   Embedded Controller (limited to just the Aspire 5020 and TravelMate 2490 -
59   thanks to Petr Tomasek for the TravelMate 2490 support). To test this on
60   another laptop, use "force_series=5020" or "force_series=2490" and report
61   back the results. On the 5020 (AMW0), brightness and accurate reading of
62   wireless and mail LED are supported. On the 2490 (WMID), mail LED is now
63   supported, as well as reading touchpad status. Also, it is possible to force
64   the fan on with both laptops by setting the temperature through ACPI.
66 * Added suspend/ resume support (settings will be correctly stored on return
67   from suspend-to-RAM and suspend-to-disk).
69 * Removed typdefs
71 2007-07-17      Version 0.6.3
73 * Fix Bash 3.2 bug in Makefile (really fixes *buntu build bug)
75 2007-07-15      Version 0.6.2
77 * Fix packaging bug from 0.6.1 (directory name accidentally
78   dropped acer_acpi-)
80 2007-07-13      Version 0.6.1
82 * Remove 2.4 kernel check, as it breaks *buntu systems
83   (acer_acpi is still 2.6 only)
85 2007-07-06      Version 0.6
87 * Ran code through lindent (Kernel coding style)
89 * Deprecated "enabled : X" - "X" will now just work
91 * Patched Makefile to stop complaining on kernels <= 2.6.17
92   (thanks to Subbu)
94 * Added support for new "WMID" interface (thanks to Jim Ramsay)
96 * Rewrote backend code for all interfaces and /proc (thanks to
97   Jim Ramsay)
99 2007-05-05      Version 0.5
101 * Added new maintainer (Carlos Corbacho)
103 * cat /proc/acpi/acer/{feature} now works
105 * All devices are now turned off by default
107 * Fixed Makefile to build with kernels < 2.6.17 (Bug #2)
109 * Dropped support for 2.4 kernels
111 2007-03-31      Version 0.4
113 * Now builds on current kernels! (thanks to Carlos Corbacho)
115 * acer_acpi has a new home: http://code.google.com/p/aceracpi