mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- cst/hardware-caps: add pip_devs
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -29,6 +29,7 @@ hw_caps_t *get_hwcaps(void)
|
||||
caps.has_SCART_input = 0;
|
||||
caps.has_YUV_cinch = 1;
|
||||
caps.can_pip = 1;
|
||||
caps.pip_devs = 1;
|
||||
caps.can_cpufreq = (rev < 9);
|
||||
caps.can_shutdown = (rev > 7);
|
||||
caps.can_cec = 1;
|
||||
|
@@ -28,6 +28,7 @@ typedef struct hw_caps
|
||||
int has_SCART_input;
|
||||
int has_YUV_cinch;
|
||||
int can_pip;
|
||||
int pip_devs;
|
||||
int can_cpufreq;
|
||||
int can_shutdown;
|
||||
int can_cec;
|
||||
|
Reference in New Issue
Block a user