system/corennnnn
Revisión | 2efb63ddebb36c21b30b56b7fcea54fcad0033cf (tree) |
---|---|
Tiempo | 2016-11-09 00:56:26 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
libsuspend: disable earlysuspend by default
@@ -42,7 +42,7 @@ static int autosuspend_init(void) | ||
42 | 42 | return 0; |
43 | 43 | } |
44 | 44 | |
45 | - property_get("sleep.earlysuspend", buf, "1"); | |
45 | + property_get("sleep.earlysuspend", buf, "0"); | |
46 | 46 | if (buf[0] == '1') { |
47 | 47 | autosuspend_ops = autosuspend_earlysuspend_init(); |
48 | 48 | } |