mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
- libdvbci: add CA_SET_PID, for kernels > 4.14
This commit is contained in:
@@ -18,6 +18,15 @@ static const char * FILENAME = "[descrambler]";
|
|||||||
static int desc_fd = -1;
|
static int desc_fd = -1;
|
||||||
static int desc_user_count = 0;
|
static int desc_user_count = 0;
|
||||||
|
|
||||||
|
#ifndef CA_SET_PID
|
||||||
|
typedef struct ca_pid {
|
||||||
|
unsigned int pid;
|
||||||
|
int index; /* -1 == disable*/
|
||||||
|
} ca_pid_t;
|
||||||
|
|
||||||
|
#define CA_SET_PID _IOW('o', 135, ca_pid_t)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef CA_SET_DESCR_DATA
|
#ifndef CA_SET_DESCR_DATA
|
||||||
enum ca_descr_data_type {
|
enum ca_descr_data_type {
|
||||||
CA_DATA_IV,
|
CA_DATA_IV,
|
||||||
|
Reference in New Issue
Block a user