mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +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;
|
||||
|
Reference in New Issue
Block a user