From 0f5dbb6d9ce0f391a0468799a254196df2fa406f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 25 Dec 2018 21:56:27 +0100 Subject: [PATCH] libarmbox: fix boxvendor VU+ Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/2b07931e6a218b46539ef9a32994bc02ff2fa70e Author: vanhofen Date: 2018-12-25 (Tue, 25 Dec 2018) Origin message was: ------------------ - libarmbox: fix boxvendor VU+ ------------------ 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 c5ee366..8961a97 100644 --- a/libarmbox/hardware_caps.c +++ b/libarmbox/hardware_caps.c @@ -43,7 +43,7 @@ hw_caps_t *get_hwcaps(void) caps.has_button_timer = 1; caps.has_button_vformat = 0; caps.has_HDMI = 1; - strcpy(caps.boxvendor, "VU"); + strcpy(caps.boxvendor, "VU+"); strcpy(caps.boxname, "SOLO4K"); strcpy(caps.boxarch, "BCM7376"); #endif