OK, it not only checks out fine with my NEC controller (yay!!)
and is at least a major improvement for Bob's Lucent controller,
but it also works with the ALI and OPTi controllers I have.
I think this should go into the next kernel release.
- Dave
Aki M Laukkanen wrote:
>
> --- usb-ohci.c.bak Thu Mar 23 11:33:15 2000
> +++ usb-ohci.c Thu Mar 23 11:33:31 2000
> @@ -329,11 +329,11 @@
> urb->start_frame = ((ed->state == ED_OPER)? (ed->last_iso + 1):
> (le16_to_cpu
>(ohci->hcca.frame_no) + 10)) & 0xffff;
> }
> -
> - td_submit_urb (urb); /* fill the TDs and link it to the ed */
>
> if (ed->state != ED_OPER) /* link the ed into a chain if is not already */
> ep_link (ohci, ed);
> +
> + td_submit_urb (urb); /* fill the TDs and link it to the ed */
> spin_unlock_irqrestore (&usb_ed_lock, flags);
>
> urb->status = USB_ST_URB_PENDING;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]