LITE-ON DVBT USB adapter

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

 



Hi folks,

System description:

paag@paag>uname -a
Linux paag 2.6.21-2-686 #1 SMP Wed Jul 11 03:53:02 UTC 2007 i686 GNU/Linux

Distro: up-to-date Debian testing

Problem: MT-2060 doesn't register => no frontend

Solution: attached patch

Request: include it in the mainstream ASAP: I'm really sick of
having to recompile the DVB subsystem everytime a kernel update
happens

THANKS a lot


Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today.
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-dvb.c	Sun Apr 01 19:29:16 2007 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-dvb.c	Tue Apr 10 13:32:12 2007 +0200
@@ -174,8 +174,8 @@ int dvb_usb_adapter_frontend_init(struct
 		err("strange: '%s' #%d doesn't want to attach a frontend.",adap->dev->desc->name, adap->id);
 		return 0;
 	}
-
+        msleep(1000);
 	/* re-assign sleep and wakeup functions */
 	if (adap->props.frontend_attach(adap) == 0 && adap->fe != NULL) {
 		adap->fe_init  = adap->fe->ops.init;  adap->fe->ops.init  = dvb_usb_fe_wakeup;
_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux