mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
hardware_caps: add display_has_statusline member
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2eeeb3fd45
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-13 (Mon, 13 Nov 2017)
Origin message was:
------------------
- hardware_caps: 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:
@@ -31,6 +31,7 @@ hw_caps_t *get_hwcaps(void) {
|
||||
caps.display_yres = 0;
|
||||
caps.display_can_deepstandby = (rev > 7);
|
||||
caps.display_can_set_brightness = 1;
|
||||
caps.display_has_statusline = 1;
|
||||
caps.can_ar_14_9 = 1;
|
||||
caps.can_ps_14_9 = 1;
|
||||
caps.force_tuner_2G = 0;
|
||||
@@ -68,6 +69,7 @@ hw_caps_t *get_hwcaps(void) {
|
||||
strcpy(caps.boxarch, "Kronos");
|
||||
}
|
||||
caps.display_can_set_brightness = 0;
|
||||
caps.display_has_statusline = 0;
|
||||
break;
|
||||
case 12:
|
||||
strcpy(caps.boxname, "Zee2");
|
||||
@@ -76,11 +78,13 @@ hw_caps_t *get_hwcaps(void) {
|
||||
case 13:
|
||||
strcpy(caps.boxname, "Link");
|
||||
strcpy(caps.boxarch, "Kronos");
|
||||
caps.display_has_statusline = 0;
|
||||
break;
|
||||
case 14:
|
||||
strcpy(caps.boxname, "Trinity Duo");
|
||||
strcpy(caps.boxarch, "Kronos");
|
||||
caps.display_can_set_brightness = 0;
|
||||
caps.display_has_statusline = 0;
|
||||
break;
|
||||
default:
|
||||
strcpy(caps.boxname, "UNKNOWN_BOX");
|
||||
|
Reference in New Issue
Block a user