Mailing List archive

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

[linux-dvb] Re: cinergyT2: which kernel/usb module to use?



On Freitag, 26. November 2004 19:15, Holger Waechtler wrote:
> 
> please try again, I added a fake GET_EVENT implementation.

Perhaps you intended the attached diff. That would fix Johannes reported
endless recursion.

AND it now works with VDR :-))) .

-- 
stefan lucke
? loop.diff
Index: cinergyT2.c
===================================================================
RCS file: /cvs/linuxtv/dvb-kernel/linux/drivers/media/dvb/cinergyT2/cinergyT2.c,v
retrieving revision 1.15.2.2
diff -U3 -r1.15.2.2 cinergyT2.c
--- cinergyT2.c	26 Nov 2004 10:25:41 -0000	1.15.2.2
+++ cinergyT2.c	27 Nov 2004 15:17:55 -0000
@@ -663,7 +663,7 @@
 		 *  are trivial to fill as soon FE_GET_FRONTEND is done.
 		 */
 		struct dvb_frontend_event *e = (void *) arg;
-		return cinergyt2_ioctl(inode, file, FE_GET_EVENT,
+		return cinergyt2_ioctl(inode, file, FE_READ_STATUS,
 					(unsigned long) &e->status);
 	}
 

Home | Main Index | Thread Index