From d9a2267914f9045598c57b9cb85ccee0a7014748 Mon Sep 17 00:00:00 2001 From: max_10 Date: Wed, 27 Nov 2019 22:32:58 +0100 Subject: [PATCH] hardware_caps: bre2ze4k disable display has statusline Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/42e8d66a9ee869090e7aec58c67821f69d695796 Author: max_10 Date: 2019-11-27 (Wed, 27 Nov 2019) Origin message was: ------------------ - hardware_caps: bre2ze4k disable display has statusline ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/hardware_caps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/hardware_caps.c b/libarmbox/hardware_caps.c index 64e3eb6..b666305 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -176,7 +176,7 @@ hw_caps_t *get_hwcaps(void) caps.display_type = HW_DISPLAY_LINE_TEXT; caps.display_can_deepstandby = 0; caps.display_can_set_brightness = 1; - caps.display_has_statusline = 1; + caps.display_has_statusline = 0; caps.has_button_timer = 1; caps.has_button_vformat = 1; caps.has_HDMI = 1;