mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
wrong port type for ct2ti card
This commit is contained in:
parent
264f08fbad
commit
2aee51e447
@ -2702,8 +2702,8 @@ static void ddb_port_probe(struct ddb_port *port)
|
|||||||
break;
|
break;
|
||||||
case 0xc1:
|
case 0xc1:
|
||||||
port->name = "DUAL DVB-C2T2 ISDB-T CXD2854";
|
port->name = "DUAL DVB-C2T2 ISDB-T CXD2854";
|
||||||
port->type = DDB_TUNER_DVBC2T2_SONY_P;
|
port->type = DDB_TUNER_DVBC2T2I_SONY_P;
|
||||||
port->type_name = "DVBC2T2_ISDBT_SONY";
|
port->type_name = "DVBC2T2I_ISDBT_SONY";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user