add display_has_statusline member

Origin commit data
------------------
Branch: master
Commit: f8cf17bf9a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)

Origin message was:
------------------
- add display_has_statusline member

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-13 10:10:19 +01:00
committed by max_10
parent 7e0e397ef0
commit afd0b2803c
8 changed files with 9 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ hw_caps_t *get_hwcaps(void)
int fd = open("/proc/stb/info/model", O_RDONLY);
caps.display_can_set_brightness = 0;
caps.display_can_deepstandby = 0;
caps.display_has_statusline = 0;
if (fd != -1) {
len = read(fd, buf, sizeof(buf) - 1);
close(fd);