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