Changeset 44673


Ignore:
Timestamp:
01/31/20 04:36:06 (4 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/standby.h

    r44672 r44673  
    9191        //setvideomode("720p24", 1);
    9292        writesys("/proc/stb/avs/0/input", "aux", 1);
    93         if(checkchipset("3798MV200") == 1 || checkchipset("HI3798MV200") == 1 && vubox1 == 1)
     93        if(checkchipset("3798MV200") == 1 || checkchipset("HI3798MV200") == 1 || vubox1 == 1)
    9494                writesys("/proc/stb/hdmi/output", "off", 1);
    9595#endif
Note: See TracChangeset for help on using the changeset viewer.