From e6db92124c4f8f4277bb175782350e8ff9488ef6 Mon Sep 17 00:00:00 2001 From: BPanther Date: Wed, 26 Dec 2018 08:49:05 +0100 Subject: [PATCH] vu+ solo4k boxvendor Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/e5cd96cef55941c4f09926fc73ec0d6e4e35dd1e Author: BPanther Date: 2018-12-26 (Wed, 26 Dec 2018) ------------------ 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 919499c..7a756e3 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -42,7 +42,7 @@ hw_caps_t *get_hwcaps(void) caps.display_has_statusline = 1; caps.has_button_timer = 1; caps.has_HDMI = 1; - strcpy(caps.boxvendor, "VU"); + strcpy(caps.boxvendor, "VU+"); strcpy(caps.boxname, "SOLO4K"); strcpy(caps.boxarch, "BCM7376"); #endif