[linux-dvb] Bug in frontend_init() in budget-av.c

2007-02-20 Thread e9hack
Hi, it seems, that is a bug in frontend_init() in budget-av.c for some DVB-S cards. It exist the following code: case SUBID_DVBS_KNC1: case SUBID_DVBS_KNC1_PLUS: case SUBID_DVBS_EASYWATCH_1: if (saa-pci-subsystem_vendor == 0x1894) {

Re: [linux-dvb] Bug in frontend_init() in budget-av.c

2007-02-20 Thread Michael Krufky
e9hack wrote: Hi, it seems, that is a bug in frontend_init() in budget-av.c for some DVB-S cards. It exist the following code: case SUBID_DVBS_KNC1: case SUBID_DVBS_KNC1_PLUS: case SUBID_DVBS_EASYWATCH_1: if (saa-pci-subsystem_vendor == 0x1894) {

Re: [linux-dvb] Bug in frontend_init() in budget-av.c

2007-02-20 Thread e9hack
Michael Krufky wrote: Hartmut, NO! Please take a look inside tua6100.c ... you will notice that there are more tuner_ops being filled besides only set_params. There is no bug here, the current code is optimal. You are right. I compared this piece of code only with the initialization