On Thu, Mar 4, 2010 at 6:14 AM, Pedro Ribeiro <pedrib@xxxxxxxxx> wrote: > Devin, I noticed that your solution does not alter the remote query > interval from 50 msec. It works, but it is not as effective as my hard > hack because I still get interference every once in a while when the > DVB adapter is connected. > > I can't tell you exactly when and how it happens, because it seems > rather random - but it is much better than previously though. Well, the printk() line is a little misleading, since the code change results in *zero* polling. Basically the driver now registers a bulk URB handler, so whenever a message is delivered on the bulk pipe it is handled immediately. Hence, no polling at all. That said, I should probably find a way to get rid of that line from the dmesg output when the device is in that mode (the issue is that portion of the code is shared with drivers other than the dib0700). If you are still seeing issues, then it is unlikely to have anything to do with the dib0700 RC support. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html