Changeset 30760 for titan/titan/global.h


Ignore:
Timestamp:
10/30/14 19:45:32 (9 years ago)
Author:
gost
Message:

[titan] mipsel.. activate cec settungs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r30758 r30760  
    256256                int hdmiFd = open("/dev/hdmi_cec", O_RDWR | O_NONBLOCK);
    257257               
    258                 data[0] = 0x0f;
     258                data[0] = 0x0f; 
    259259                data[1] = 0x01;
    260260
     
    266266                {
    267267                        write(hdmiFd, &data, 3);
    268                         close(hdmiFd)
     268                        close(hdmiFd);
    269269                }
    270270#endif
Note: See TracChangeset for help on using the changeset viewer.