diff options
author | Hans Verkuil <devnull@localhost> | 2005-12-05 21:32:29 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-12-05 21:32:29 +0000 |
commit | 411a29bb5ac6ea1346ae54dbfcc84550641b8e8f (patch) | |
tree | 783c503406ecdc06958f409c4a589c97df067abd /v4l | |
parent | 35c4852224fc55280f08e04050717e6e95caff34 (diff) | |
download | mediapointer-dvb-s2-411a29bb5ac6ea1346ae54dbfcc84550641b8e8f.tar.gz mediapointer-dvb-s2-411a29bb5ac6ea1346ae54dbfcc84550641b8e8f.tar.bz2 |
Fix broken TV standard check.
Fix incorrect matching of TV standards leading to incorrect IFPCoff values.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 1d33583c9..910a0501a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-12-05 21:30 hverkuil + + * linux/drivers/media/video/tuner-simple.c: (default_set_tv_freq): + - Fix incorrect matching of TV standards leading to incorrect IFPCoff + values. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-12-05 21:24 hverkuil * linux/drivers/media/video/tda9887.c: (tda9887_set_insmod), |