diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-07-14 23:37:22 -0400 |
---|---|---|
committer | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-07-14 23:37:22 -0400 |
commit | 5d42bf58c3798d11494482f0c4ce11e4264e5fab (patch) | |
tree | e32c2fdd409c80811341b6428d890530dcf22157 | |
parent | d4a045723fae91cc87a8dd7c71f47bf6fc6ae09f (diff) | |
download | mediapointer-dvb-s2-5d42bf58c3798d11494482f0c4ce11e4264e5fab.tar.gz mediapointer-dvb-s2-5d42bf58c3798d11494482f0c4ce11e4264e5fab.tar.bz2 |
em28xx: set demod profile for Pinnacle Hybrid Pro 320e
From: Devin Heitmueller <dheitmueller@kernellabs.com>
The Pinnacle Hybrid Pro 320e was missing a demod config for the xc3028, which
is required for digital tuning to work properly. Add the missing profile.
Thanks to Andreas Lunderhage for testing patches and providing a remote debug
environment.
Priority: normal
Cc: Andreas Lunderhage <lunderhage@home.se>
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index 3be05dcc1..a608f0906 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -2012,6 +2012,7 @@ static void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl) ctl->demod = XC3028_FE_ZARLINK456; break; case EM2880_BOARD_TERRATEC_HYBRID_XS: + case EM2881_BOARD_PINNACLE_HYBRID_PRO: ctl->demod = XC3028_FE_ZARLINK456; break; case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900_R2: |