Mailing List archive

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

[linux-dvb] Re: i2c problems with dvb-kernel



Hello Peter,

could you please apply these two small patches to the CVS:

--- budget-core.c.original Wed Jan 15 21:27:57 2003
+++ budget-core.c Wed Jan 15 21:23:01 2003
@@ -309,7 +309,8 @@
budget->registered=1;
/* init DiSEqC stuff */
- dvb_add_frontend_ioctls (budget->dvb_adapter, budget_diseqc_ioctl, NULL, budget);
+ if(budget->card->type==DVB_CARD_TT_BUDGET)
+ dvb_add_frontend_ioctls (budget->dvb_adapter, budget_diseqc_ioctl, NULL, budget);
I admit that I don't know the hardware, but doesn't the DVB_CARD_TT_BUDGET_CI provide diseqc stuff?

If so, you should probably add the same check to dvb_remove_frontend_ioctls() later on, too.

 struct budget_info ttbci_info = {
 	.name = "TT-Budget/WinTV-NOVA-CI PCI",
-	.type = DVB_CARD_TT_BUDGET,
+	.type = DVB_CARD_TT_BUDGET_CI,
Ok, my fault.

CU
Michael.




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



Home | Main Index | Thread Index