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
1 changed files with 1 additions and 0 deletions

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