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

V4L/DVB (12432): em28xx: fix regression in Empire DualTV digital tuning

Restore support for digital tuning caused by regression during introduction
of disable_i2c_gate parameter to zl10353 driver.

Thanks to user "Xwang" for reporting the problem and testing the fix

Cc: Xwang <xwang1976@email.it>
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
01a5fd6f 9bedc7f7

+1 -1
+1 -1
drivers/media/video/em28xx/em28xx-dvb.c
··· 478 478 } 479 479 break; 480 480 case EM2880_BOARD_KWORLD_DVB_310U: 481 - case EM2880_BOARD_EMPIRE_DUAL_TV: 482 481 dvb->frontend = dvb_attach(zl10353_attach, 483 482 &em28xx_zl10353_with_xc3028, 484 483 &dev->i2c_adap); ··· 487 488 } 488 489 break; 489 490 case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900: 491 + case EM2880_BOARD_EMPIRE_DUAL_TV: 490 492 dvb->frontend = dvb_attach(zl10353_attach, 491 493 &em28xx_zl10353_xc3028_no_i2c_gate, 492 494 &dev->i2c_adap);