On Mon, Apr 23, 2018 at 09:18:01AM +0200, mjs wrote: > to try to make a dvb-t ":ZOLID Hybrid TV Stick" to work with linux. > > --- a/em28xx-cards.c > +++ b/em28xx-cards.c ... > @@ -3063,8 +3090,7 @@ void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl) > case EM2880_BOARD_EMPIRE_DUAL_TV: > case EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900: > case EM2882_BOARD_TERRATEC_HYBRID_XS: > - ctl->demod = XC3028_FE_ZARLINK456; > - break; > + case EM2882_BOARD_ZOLID_HYBRID_TV_STICK: > case EM2880_BOARD_TERRATEC_HYBRID_XS: > case EM2880_BOARD_TERRATEC_HYBRID_XS_FR: > case EM2881_BOARD_PINNACLE_HYBRID_PRO: The extra line makes sense, the removed lines shall break TERRATEC_HYBRID_XS My appology for not telling you this earlier. Cheers Geert Stappers