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 /linux/drivers/media/video/cx25840/cx25840.h | |
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 'linux/drivers/media/video/cx25840/cx25840.h')
-rw-r--r-- | linux/drivers/media/video/cx25840/cx25840.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx25840/cx25840.h b/linux/drivers/media/video/cx25840/cx25840.h index 5aab7d430..36b54fe8b 100644 --- a/linux/drivers/media/video/cx25840/cx25840.h +++ b/linux/drivers/media/video/cx25840/cx25840.h @@ -41,9 +41,16 @@ extern int cx25840_debug; #define CX25840_CID_CARDTYPE (V4L2_CID_PRIVATE_BASE+0) +/* The CARDTYPE_PVR150_WORKAROUND cardtype activates a workaround for a + hardware bug that is present in PVR150 (and possible PVR500) cards that + have certain NTSC tuners (tveeprom model numbers 85, 99 and 112). The + audio autodetect fails on some channels for these models and the workaround + is to select the audio standard explicitly. Many thanks to Hauppauge for + providing this information. */ enum cx25840_cardtype { CARDTYPE_PVR150, - CARDTYPE_PG600 + CARDTYPE_PG600, + CARDTYPE_PVR150_WORKAROUND, }; enum cx25840_input { |