Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (12263): em28xx: set demod profile for Pinnacle Hybrid Pro 320e

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.

Cc: Andreas Lunderhage <lunderhage@home.se>
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Devin Heitmueller and committed by
Mauro Carvalho Chehab
e16e5a37 5343e446

+1
+1
drivers/media/video/em28xx/em28xx-cards.c
··· 1990 1990 ctl->demod = XC3028_FE_ZARLINK456; 1991 1991 break; 1992 1992 case EM2880_BOARD_TERRATEC_HYBRID_XS: 1993 + case EM2881_BOARD_PINNACLE_HYBRID_PRO: 1993 1994 ctl->demod = XC3028_FE_ZARLINK456; 1994 1995 break; 1995 1996 case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900_R2: