- hwcaps: add has_HDMI_input

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-05-10 23:29:11 +02:00
committed by Thilo Graf
parent 71a670d821
commit 97fa8a2076
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ typedef struct hw_caps
{
int has_fan;
int has_HDMI;
int has_HDMI_input;
int has_SCART;
int has_SCART_input;
int has_YUV_cinch;