diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-08-12 12:30:03 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-08-12 12:30:03 -0400 |
commit | d822215f1cd5ed0eb8ee1ffc8b71e21c43b4b2c0 (patch) | |
tree | 5699abb4707de69872e9b812e8ed83db7595ab7c /linux/drivers/media/video/cx23885/Kconfig | |
parent | d0ba237cfdce0751f117e7b91758bc9cae3c7451 (diff) | |
download | mediapointer-dvb-s2-d822215f1cd5ed0eb8ee1ffc8b71e21c43b4b2c0.tar.gz mediapointer-dvb-s2-d822215f1cd5ed0eb8ee1ffc8b71e21c43b4b2c0.tar.bz2 |
Add DVB support for the Leadtek Winfast PxDVR3200 H
From: Steven Toth <stoth@hauppauge.com>
This patch is on behalf of Stephen Backway <stev391@email.com>, and
represents two patches I received (and some subsequent whitespace
cleanup I had due to how I pulled the patches).
From the original author:
a) Add DVB support for the Leadtek Winfast PxDVR3200 H.
b) The tuner callback previously checked the command 3 times:
1) To see if it was the XC2028_RESET_CLK
2) To see if it was not the XC2028_RESET_TUNER
3) To see if it was the XC2028_RESET_TUNER
This patch removes the third check.
Priority: normal
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Stephen Backway <stev391@email.com>
Diffstat (limited to 'linux/drivers/media/video/cx23885/Kconfig')
-rw-r--r-- | linux/drivers/media/video/cx23885/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx23885/Kconfig b/linux/drivers/media/video/cx23885/Kconfig index e60bd31b5..8c1b7fa47 100644 --- a/linux/drivers/media/video/cx23885/Kconfig +++ b/linux/drivers/media/video/cx23885/Kconfig @@ -15,6 +15,7 @@ config VIDEO_CX23885 select DVB_S5H1409 if !DVB_FE_CUSTOMISE select DVB_S5H1411 if !DVB_FE_CUSTOMISE select DVB_LGDT330X if !DVB_FE_CUSTOMISE + select DVB_ZL10353 if !DVB_FE_CUSTOMISE select MEDIA_TUNER_XC2028 if !DVB_FE_CUSTOMIZE select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE select MEDIA_TUNER_TDA18271 if !DVB_FE_CUSTOMIZE |