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