Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4821fb1d authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4155): ATSC frontend support

parent bafefc0c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -942,7 +942,9 @@ static int dvb_frontend_ioctl(struct inode *inode, struct file *file,
				fepriv->max_drift = (fe->ops.info.frequency_stepsize * 2) + 1;
				break;
			case FE_ATSC:
				printk("dvb-core: FE_ATSC not handled yet.\n");
				fepriv->min_delay = HZ/20;
				fepriv->step_size = 0;
				fepriv->max_drift = 0;
				break;
			}
		}