On Wed, 16 Dec 2009, Sean wrote: > Thanks, that patch definitely traps the bug. Unfortunately there are so > many debug messages that the capture-example.c times out trying to > connect to the webcam. The debug messages slow down the process enough > to make that happen. But if I modify your patch and take out the extra > debug messages, it works well. The modified patch is below. The patch doesn't fix anything. The point was to gather enough information to figure out what's going wrong. Without the debug messages, there's no information. Perhaps things will slow down less if you change the new ohci_info() calls in the patch to ohci_dbg(). Or perhaps you can increase the timeout values in capture-example.c. You should also apply this patch (be sure to enable CONFIG_USB_DEBUG): http://marc.info/?l=linux-usb&m=126056642931083&w=2 It probably won't make any difference, but including it anyway is worthwhile. Alan Stern -- 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