• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Revisión2efb63ddebb36c21b30b56b7fcea54fcad0033cf (tree)
Tiempo2016-11-09 00:56:26
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

libsuspend: disable earlysuspend by default

Cambiar Resumen

Diferencia incremental

--- a/libsuspend/autosuspend.c
+++ b/libsuspend/autosuspend.c
@@ -42,7 +42,7 @@ static int autosuspend_init(void)
4242 return 0;
4343 }
4444
45- property_get("sleep.earlysuspend", buf, "1");
45+ property_get("sleep.earlysuspend", buf, "0");
4646 if (buf[0] == '1') {
4747 autosuspend_ops = autosuspend_earlysuspend_init();
4848 }