mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- hwcaps: add has_HDMI_input
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -21,6 +21,7 @@ hw_caps_t *get_hwcaps(void) {
|
|||||||
int chip = cs_get_chip_type();
|
int chip = cs_get_chip_type();
|
||||||
caps.has_fan = (rev < 8); // see dirty part of hw_caps in neutrino.cpp
|
caps.has_fan = (rev < 8); // see dirty part of hw_caps in neutrino.cpp
|
||||||
caps.has_HDMI = 1;
|
caps.has_HDMI = 1;
|
||||||
|
caps.has_HDMI_input = 0;
|
||||||
caps.has_SCART = (rev != 10);
|
caps.has_SCART = (rev != 10);
|
||||||
caps.has_SCART_input = 0;
|
caps.has_SCART_input = 0;
|
||||||
caps.has_YUV_cinch = 1;
|
caps.has_YUV_cinch = 1;
|
||||||
|
@@ -23,6 +23,7 @@ typedef struct hw_caps
|
|||||||
{
|
{
|
||||||
int has_fan;
|
int has_fan;
|
||||||
int has_HDMI;
|
int has_HDMI;
|
||||||
|
int has_HDMI_input;
|
||||||
int has_SCART;
|
int has_SCART;
|
||||||
int has_SCART_input;
|
int has_SCART_input;
|
||||||
int has_YUV_cinch;
|
int has_YUV_cinch;
|
||||||
|
Reference in New Issue
Block a user