Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30028
b: refs/heads/master
c: 4821fb1
h: refs/heads/master
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 6d22876 commit 3d97f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bafefc0cf8e4b34fbb159ea2e2aef2358ebff935
refs/heads/master: 4821fb1d8447a5786ea12c861b4ab5f69d400bfa
4 changes: 3 additions & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 3d97f5f

Please sign in to comment.