On Sun, 21 Jan 2007 16:11:21 -0500 Michael Krufky <mkrufky@xxxxxxxxxxx> wrote: > I believe that as of today, I´ve caught up on all of the pending > changesets to the megasky tree. > > Please test the two following trees to confirm proper operation: > > http://linuxtv.org/hg/~mkrufky/megasky (expected to work for > everybody) > > http://linuxtv.org/hg/~mkrufky/megasky.new (possible problems may > occur with gl861) > > Both trees are up-to-date with the current v4l-dvb master branch. The > only difference between them, > is that the first tree has a patch to the zl10353 module that I am not > sure whether it is correct or required. > > Please everybody test BOTH of these repositories. If the > ¨megasky.new¨ tree works for everybody, > then I feel that it is now ready to be merged. If any of these > drivers don´t work in the ¨megasky.new¨ > tree, but _do_ work in the ¨megasky¨ tree, then we need to find out > more information about this patch: > > http://linuxtv.org/hg/~mkrufky/megasky.dev?cmd=changeset;node=42004aa877281959d633fa0c6724ec2bcf53732b > > I suspect that this change will not be required any longer, and even > if it is, it should only affect the gl861. Works as expected when using USB 2.0. HW: Megasky 580 with m9205, mt352 and qt1010. freq: fi-Rovaniemi This patch fixes USB1.1 support. Antti, You can test this by removing ehci_hcd driver. -- Aapo Tahkola
diff -r 0b7c7a9660ff linux/drivers/media/dvb/dvb-usb/m920x.c --- a/linux/drivers/media/dvb/dvb-usb/m920x.c Sun Jan 21 13:57:48 2007 -0500 +++ b/linux/drivers/media/dvb/dvb-usb/m920x.c Tue Jan 23 19:15:52 2007 +0200 @@ -481,6 +481,9 @@ static struct dvb_usb_device_properties .identify_state = megasky_identify_state, .num_adapters = 1, .adapter = {{ + .caps = DVB_USB_IS_AN_I2C_ADAPTER | DVB_USB_ADAP_HAS_PID_FILTER | + DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF, + .pid_filter_count = 8, .pid_filter = m9206_pid_filter, .pid_filter_ctrl = m9206_pid_filter_ctrl,
_______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb