mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
add sub-ids for MAX A8 cards on GT-Link
This commit is contained in:
parent
6830f4df08
commit
264f08fbad
@ -5202,8 +5202,22 @@ static int ddb_gtl_init_link(struct ddb *dev, u32 l)
|
||||
link->info = &ddb_s2_48;
|
||||
break;
|
||||
case 0x0008dd01:
|
||||
switch (subid) {
|
||||
case 0x0035dd01:
|
||||
default:
|
||||
link->info = &ddb_c2t2_8;
|
||||
break;
|
||||
case 0x0036dd01:
|
||||
link->info = &ddb_isdbt_8;
|
||||
break;
|
||||
case 0x0037dd01:
|
||||
link->info = &ddb_c2t2i_v0_8;
|
||||
break;
|
||||
case 0x0038dd01:
|
||||
link->info = &ddb_c2t2i_8;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
pr_info("DDBridge: Detected GT link but found invalid ID %08x. You might have to update (flash) the add-on card first.",
|
||||
id);
|
||||
|
Loading…
Reference in New Issue
Block a user