diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 02:40:23 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 02:40:23 +0100 |
commit | b3cffa106bff1967a605065be553c848343968b2 (patch) | |
tree | 3230c90de3df64466f8abbb81a6574a7fc52f48c | |
parent | 460d23dd9e697c4d3c0a6da24a69fb2534e27c01 (diff) | |
download | librebootfr-b3cffa106bff1967a605065be553c848343968b2.tar.gz librebootfr-b3cffa106bff1967a605065be553c848343968b2.zip |
docs/release.html: Add to the TODO list
-rw-r--r-- | docs/release.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index 73a347d5..7ecf083a 100644 --- a/docs/release.html +++ b/docs/release.html @@ -230,6 +230,17 @@ </ul> </li> <li> + X200: when undocking, the beep persists and never stops. Beep beep beep. Fix it (EC-related. fix should be done in coreboot and + added to libreboot afterwards) - might also affect T400/T500/R400/R500 + </li> + <li> + X200/T400/T500/R400/R500: when system is powered down, connecting the AC adapter + automatically turns it on. This should be configurable, but disabled by default. + <i>power_on_after_fail</i> is the nvramtool option for this (should be disabled by default) + but no option for it exists on the X200 (it does on the X201). Add this option to cmos.layout/cmos.default + for these systems, and then disable it by default to fix it. + </li> + <li> <b>Finish all work listed in <a href="future/index.html">future/index.html</a></b> </li> <li> |