|
@@ -1123,8 +1123,8 @@ iso_stream_find (struct ehci_hcd *ehci, struct urb *urb)
|
|
|
urb->interval);
|
|
|
}
|
|
|
|
|
|
- /* if dev->ep [epnum] is a QH, info1.maxpacket is nonzero */
|
|
|
- } else if (unlikely (stream->hw_info1 != 0)) {
|
|
|
+ /* if dev->ep [epnum] is a QH, hw is set */
|
|
|
+ } else if (unlikely (stream->hw != NULL)) {
|
|
|
ehci_dbg (ehci, "dev %s ep%d%s, not iso??\n",
|
|
|
urb->dev->devpath, epnum,
|
|
|
usb_pipein(urb->pipe) ? "in" : "out");
|