Just noticed Documentation/video-output.txt in 2.6.21-rc. Add note about it.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / TODO.ibm-acpi / maintenance.txt
blobb8967e297efd22570ce32806611dd072870aa6f5
1 Cleanups:
2         * whitespace fluff removal before 0.14 is released
3         * check everything that return 1; and make it all kernel-style when possible,
4           acpi_evalf is one of them.
6 Driver:
7         * Isolate and document better the ACPI stuff, as the FreeBSD driver does
8         * Move to ACPICA helpers, possibly doing away with acpi_evalf
9         * Move as much of video output switching as possible to the acpi video
10           driver OR conflict with it but provide the same interface.
12 Fixes:
13         * __init and __exit:  some stuff, like acpi driver ops, must not be __init.
15 Driver & Kernel:
16         * Make sure bay works fine for batteries; if it doesn't, either patch acpi
17           bay or piggy back and supply the missing events properly
18                 2.6.18:
19                         eject is always there and works, but no bay events are
20                         generated for battery [boot].
21                         events are generated for empty, and dvd [boot]
23 ThinkPad stuff:
24         * Investigate how the ACPI in *60 2.x is behaving, it is weird the
25           way it works fine without video.o, but suppresses cmos with video.o
26           loaded.