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