[EMAIL PROTECTED] wrote:
> > [2.] I have an Edirol UA-1000 USB 2.0 Audio Capture unit. When
> > disconnected (or powered down), it repeatably causes a kernel panic,
in
> > (I think) linux/drivers/usb/host/ehci-q.c, start_unlink_async(),
around
> > line 1015:
> >     while (prev->qh_next.qh != qh)
> >             prev = prev->qh_next.qh;
> > where somehow prev->qh_next.qh==NULL.
>
> What kind of URBs are being queued?

For this device, my driver should submit exactly one interrupt input URB
of size 0x200.


Clemens



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to