1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

Change handling of card type attribute.

This commit is contained in:
Ralph Metzler 2015-10-22 14:52:59 +02:00
parent 535683dfb6
commit bb334ea229

View File

@ -274,6 +274,7 @@ struct ddb_port {
#define DDB_PORT_LOOP 3
#define DDB_PORT_MOD 4
char *name;
char *type_name;
u32 type;
#define DDB_TUNER_NONE 0
#define DDB_TUNER_DVBS_ST 1