The M2 uses different port for LNB control.

This commit is contained in:
rjkm
2025-04-01 20:37:33 +02:00
parent 73f974f36b
commit 9bb5de143c

View File

@@ -806,7 +806,7 @@ static const struct ddb_info ddb_m2 = {
.mci_ports = 1,
.mci_type = DDB_TUNER_MCI_M2,
.temp_num = 1,
.lnb_base = 0x480,
.lnb_base = 0x400,
};
/****************************************************************************/