|
@@ -2314,9 +2314,9 @@ static int dvb_frontend_ioctl_legacy(struct file *file,
|
|
dev_dbg(fe->dvb->device, "%s: current delivery system on cache: %d, V3 type: %d\n",
|
|
dev_dbg(fe->dvb->device, "%s: current delivery system on cache: %d, V3 type: %d\n",
|
|
__func__, c->delivery_system, fe->ops.info.type);
|
|
__func__, c->delivery_system, fe->ops.info.type);
|
|
|
|
|
|
- /* Force the CAN_INVERSION_AUTO bit on. If the frontend doesn't
|
|
|
|
- * do it, it is done for it. */
|
|
|
|
- info->caps |= FE_CAN_INVERSION_AUTO;
|
|
|
|
|
|
+ /* Set CAN_INVERSION_AUTO bit on in other than oneshot mode */
|
|
|
|
+ if (!(fepriv->tune_mode_flags & FE_TUNE_MODE_ONESHOT))
|
|
|
|
+ info->caps |= FE_CAN_INVERSION_AUTO;
|
|
err = 0;
|
|
err = 0;
|
|
break;
|
|
break;
|
|
}
|
|
}
|