Changeset 30892
- Timestamp:
- 11/08/14 20:17:51 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/standby.h
r30668 r30892 56 56 free(tmpstr); tmpstr=NULL; 57 57 } 58 if(checkbox("UFS922") == 1 || checkbox("ATEMIO-NEMESIS") == 1)58 if(checkbox("UFS922") == 1) 59 59 setfanspeed(-2, 0); 60 else if(checkbox("ATEMIO-NEMESIS") == 1) 61 { 62 if(getconfigint("fanmode", NULL) == 3) 63 writesys("/proc/stb/fp/fan", "1", 1); 64 } 65 60 66 61 67 status.protecttime = 0; … … 94 100 } 95 101 } 96 if(checkbox("UFS922") == 1 || checkbox("ATEMIO-NEMESIS") == 1)102 if(checkbox("UFS922") == 1) 97 103 setfanspeed(-1, 0); 104 else if(checkbox("ATEMIO-NEMESIS") == 1) 105 writesys("/proc/stb/fp/fan", getconfig("fanmode", NULL), 1); 98 106 99 107 setcecstandby(0);
Note: See TracChangeset
for help on using the changeset viewer.