Add patch accepted for 2.6.28-rc7
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / TODO.thinkpad-acpi / maintenance.txt
blob3418623fb806096b1409479f698242fa158f1061
1 Driver:
2         * Isolate and document better the ACPI stuff, as the FreeBSD driver does
3         * Move to ACPICA helpers, possibly doing away with acpi_evalf
4         * Move as much of video output switching as possible to the acpi video
5           driver OR conflict with it but provide the same interface.
7         * Check the TH12 stuff in the ACPI tables, it is related on how the CPU
8           temperatures are reported back to the ACPI OS by the thermal zones.
9           The X60 dsdt can help on this, apparently.
11         * Add debug messages to error paths, failing to create a device-model attr
12           is not issuing any meaningful error message, for example
14 Fixes:
15         * __init and __exit:  some stuff, like acpi driver ops, must not be __init. [done?]
17 Driver & Kernel:
18         none
20 ThinkPad stuff:
21         none