mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
cst/hardware-caps: add pip_devs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 84147b8b83
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-02 (Sat, 02 Oct 2021)
Origin message was:
------------------
- cst/hardware-caps: add pip_devs
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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