|
@@ -243,9 +243,12 @@ static int zl10353_init(struct dvb_frontend *fe)
|
|
|
|
|
|
if (debug_regs)
|
|
|
zl10353_dump_regs(fe);
|
|
|
+ if (state->config.parallel_ts)
|
|
|
+ zl10353_reset_attach[2] &= ~0x20;
|
|
|
|
|
|
/* Do a "hard" reset if not already done */
|
|
|
- if (zl10353_read_register(state, 0x50) != 0x03) {
|
|
|
+ if (zl10353_read_register(state, 0x50) != zl10353_reset_attach[1] ||
|
|
|
+ zl10353_read_register(state, 0x51) != zl10353_reset_attach[2]) {
|
|
|
rc = zl10353_write(fe, zl10353_reset_attach,
|
|
|
sizeof(zl10353_reset_attach));
|
|
|
if (debug_regs)
|