diff options
author | Christopher Pascoe <devnull@localhost> | 2006-01-08 10:42:39 +0000 |
---|---|---|
committer | Christopher Pascoe <devnull@localhost> | 2006-01-08 10:42:39 +0000 |
commit | 1dcaf3c6fe06fdbc838908e5b109d9c9aa510835 (patch) | |
tree | 801d0d2fc02940ae10b93eb860313405b4edaa13 /v4l | |
parent | 37fa4281cf601206ec824c10f47265aa0daf67f3 (diff) | |
download | mediapointer-dvb-s2-1dcaf3c6fe06fdbc838908e5b109d9c9aa510835.tar.gz mediapointer-dvb-s2-1dcaf3c6fe06fdbc838908e5b109d9c9aa510835.tar.bz2 |
Use correct AGC settings for DNTV Live! DVB-T Pro
My original settings for this board were incorrect and resulted in
an increased number of signal dropouts. Replace this with the settings
from the Windows driver.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index f40ecebd6..fbe6e7c1b 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2006-01-08 10:29 pascoe + + * linux/drivers/media/video/cx88/cx88-dvb.c: + (dvico_fusionhdtv_demod_init), (dntv_live_dvbt_pro_demod_init): + - Fix AGC settings for the DNTV Live! DVB-T Pro, based upon + the Windows driver's behaviour. Reduced number of signal + dropouts as a result. + + Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> + 2006-01-08 09:08 mkrufky * linux/drivers/media/dvb/dvb-usb/cxusb.c: (cxusb_rc_query), |