diff options
author | Hans Verkuil <devnull@localhost> | 2005-11-26 14:43:46 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-11-26 14:43:46 +0000 |
commit | d376239fd37a5541b2bb0baad01014f2eda3503e (patch) | |
tree | 27c66c3d008280f7c7b769b12e312f425d413ae2 /v4l | |
parent | 4ad346faadecced82fa3d05e415d4e9b64de8f6b (diff) | |
download | mediapointer-dvb-s2-d376239fd37a5541b2bb0baad01014f2eda3503e.tar.gz mediapointer-dvb-s2-d376239fd37a5541b2bb0baad01014f2eda3503e.tar.bz2 |
Add workaround for Hauppauge PVR150 hardware problem with certain NTSC tuner models.
- add workaround for Hauppauge PVR150 hardware problem with tuner models
85, 99 and 112 (model numbers as reported by tveeprom). The audio standard
autodetection does not always work correctly for these models.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 0ac3883fb..e551bcf58 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,17 @@ +2005-11-26 14:31 hverkuil + + * ../linux/drivers/media/video/cx25840/cx25840-core.c: + (input_change), (set_input), (set_v4lctrl): + * ../linux/drivers/media/video/cx25840/cx25840.h: + * ../linux/drivers/media/video/tveeprom.c: (hasRadioTuner), + (tveeprom_hauppauge_analog): + * ../linux/include/media/tveeprom.h: + + - add workaround for Hauppauge PVR150 hardware problem with + tuner models 85, 99 and 112 (model numbers as reported by tveeprom). + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2005-11-25 21:35 mchehab * ../linux/Documentation/video4linux/CARDLIST.bttv: |