Add sf.net/ directory to maintain (for now, at least) the ibm-acpi.sf.net pages.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sf.net / htdocs / CHANGES
blobfbf6c9fbe7c31e71d763803c7509446461bfbdfb
1 New in ibm-acpi-0.11:
3         - support for the 600e, 600x, 770e, 770x, G41
4         - drop experimental status from temperature sensors
5         - drop experimental status from low-level led mode on some models
6         - experimental brightness control
7         - experimental volume control
8         - experimental fan enable/disable
10 The "brightness" and "volume" features allow software control of the
11 LCD backlight brightness and sound volume on models which use Fn
12 combinations or other keys for that purpose. The "fan" feature, in
13 addition to displaying the current fan speed, now allows the fan to be
14 stopped. WARNING: If you use this feature, watch your temperature
15 sensors to avoid overheating!
17 New in ibm-acpi-0.10:
19         - fix module loading on R30, R31
21 New in ibm-acpi-0.9:
23         - support for the 570, R30 and R31
24         - ultrabay support for the A22p and A3x
25         - drop experimental status from cmos, led and beep functions
26         - fix module parameter passing
27         - modified blank.sh should work with X on Debian and Fedora
28         - default radio.sh script uses ipw2100 RF kill switch
29         - default blank and hibernate events use the swsusp2 hibernate.sh
30         - experimental temperatures and fan speed
31         - experimental embedded controller register dump
33 The major new experimental feature is the temperature and fan speed
34 display. Some models (T and X series, maybe others) can show several
35 temperature readings (in addition to CPU temperature) and the current
36 fan speed. Three models (X31, X40 and 570) can control the fan speed
37 to a certain degree. See the README for the full details.
39 New in ibm-acpi-0.8:
41         - fix error handling when insmoding on something other than a ThinkPad
43 New in ibm-acpi-0.7:
45         - fix module loading on A21e, A22p, T20, T21, X20
46         - fix LED control on A21e
48 New in ibm-acpi-0.6:
50         - use acpi_bus_register_driver() to claim HKEY device
52 Only internal changes since 0.5, no changes in function or behavior.
54 New in ibm-acpi-0.5:
56         - thinklight support on A21e, G40, R32, T20, T21, X20
57         - proc file format changed
58         - video_switch command
59         - experimental cmos control
60         - experimental led control
61         - experimental acpi sounds
63 The proc file format changed for several features in this release.
64 Please review the new file contents and update your acpid scripts as
65 necessary. The example scripts included in the distribution have also
66 been updated accordingly.
68 Please see the README about the three new experimental features and
69 how to enable them.
71 New in ibm-acpi-0.4:
73         - support for video output switching
74         - video expansion control
75         - UltraBase device eject
76         - all commands can be issued as module parameters at insmod time
77         - the hotkey mask can be in a 0xXXXX format
78         - dropped the brightness/LCD off feature, didn't work
79         - updated example acpid configuration scripts
81 The video output control can be used to avoid the annoying flicker and
82 video corruption when opening the lid on the X40. See the README for
83 details.
85 New in ibm-acpi-0.3:
87         - fixed problems preventing insmod on the R40
88         - implemented LCD brightness control and turning off
89         - implemented ThinkLight on/off
91 New in ibm-acpi-0.2:
93         - fixed problems preventing insmod on the T series and the X20
94         - implemented bluetooth enable/disable
95         - hotkey events are disabled by default, need explicit enable
96         - fixed compilation problem on vanilla 2.6.7
97         - dropped fan control, was useless in its current state 
99 New in ibm-acpi-0.1:
101         - initial release