system/corennnnn
Revisão | bb9b8d23976587d58d0d16821addb5c7f9c40eea (tree) |
---|---|
Hora | 2016-12-09 16:22:10 |
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 | } |