Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: WinTV Nova-CI, DiSEqC and dvbtune



On Wed, Jul 03, 2002 at 12:04:02PM +0200, Holger Waechtler wrote:

> 
> I applied you patch, please test. I don't have this card here. Could you 
> please test the NEWSTRUCT branch, too?
> 

The patch seems to work (I have only a simple DiSEqC switch, not a full one, so I
can only test the simple one).

I have tested the NEWSTRUCT... it does not work something...
it seems that some ioctls of driver/frontends/alps_bsru6.c are overloaded
by driver/av7110/av7110.c
I have modified the av7110.c file adding a line so that only the alps_bsru6.c
ioctls are called:

--- DVB-NEWSTRUCT-ORIG/driver/av7110/av7110.c	Sun Jun 30 22:28:51 2002
+++ DVB-NEWSTRUCT/driver/av7110/av7110.c	Fri Jul  5 23:51:11 2002
@@ -3635,8 +3635,10 @@
 int av7110_diseqc_ioctl (struct dvb_frontend *fe, unsigned int cmd, void *arg)
 {
 	av7110_t *av7110 = fe->before_after_data;
 
+        if (av7110->saa->card_type==DVB_CARD_TT_BUDGET) return -EOPNOTSUPP;
+
 	switch (cmd) {
 	case FE_SET_TONE:
 		switch ((SecToneMode) arg) {
 		case SEC_TONE_ON:

This work for my "WinTv Nova-CI"... I don't know if this work for the "WinTv Nova"!
(what are the diffecences between the WinTv Nova-CI and WinTV Nova? only the CI module?)


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index