mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
reduce ts speed, some motherboard chipsets cannot handle it
This commit is contained in:
parent
6e5dc4e367
commit
2e3c59ecc3
@ -1399,7 +1399,7 @@ static struct stv0910_cfg stv0910_p = {
|
|||||||
.parallel = 1,
|
.parallel = 1,
|
||||||
.rptlvl = 4,
|
.rptlvl = 4,
|
||||||
.clk = 30000000,
|
.clk = 30000000,
|
||||||
.tsspeed = 0x10,
|
.tsspeed = 0x20,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int has_lnbh25(struct i2c_adapter *i2c, u8 adr)
|
static int has_lnbh25(struct i2c_adapter *i2c, u8 adr)
|
||||||
|
Loading…
Reference in New Issue
Block a user