V4L/DVB (4155): ATSC frontend support
authorManu Abraham <abraham.manu@gmail.com>
Wed, 21 Jun 2006 13:27:00 +0000 (10:27 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:05:14 +0000 (02:05 -0300)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_frontend.c

index 498d21b..b8b28b3 100644 (file)
@@ -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;
                        }
                }