libcoolstream: Add boxarch to hw_caps

Origin commit data
------------------
Branch: ni/coolstream
Commit: 514d6344a6
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-25 (Mon, 25 Jan 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-01-25 13:34:13 +01:00
parent b46710d6a8
commit b7d36e8aec
4 changed files with 16 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ typedef struct hw_caps {
int can_set_display_brightness;
char boxvendor[64];
char boxname[64];
char boxarch[64];
char chipset[64];
char frontend[64];
} hw_caps_t;