Mailing List archive

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

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



Hello Michael,

On Wed, Jan 15, 2003 at 08:24:07AM +0100, Michael Hunold wrote:
> Please undo these changes and try the latest CVS version. I think I 
> found the bug. (see my other message on the list for details)

With your patch the address error that occured when the module
was loaded for the first time disappeared but not the
i2c repeater error.

My last modified stv0299 driver works without any i2c errors.

Hello Holger,

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);
 
         memcpy(budget->demux_id, "demux0_0", 9);
         budget->demux_id[7]=budget->dvb_adapter->num+0x30;



--- budget.c.original	Wed Jan 15 21:28:07 2003
+++ budget.c	Wed Jan 15 21:15:16 2003
@@ -50,7 +50,7 @@
 };
 struct budget_info ttbci_info = {
 	.name = "TT-Budget/WinTV-NOVA-CI PCI",
-	.type = DVB_CARD_TT_BUDGET,
+	.type = DVB_CARD_TT_BUDGET_CI,
 };
 struct budget_info satel_info = {
 	.name = "SATELCO Multimedia PCI",



Peter


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



Home | Main Index | Thread Index