[linux-usb-devel] Re: UHCI driver: urb-status and urbp-status

2003-07-17 Thread Johannes Erdfelt
On Thu, Jul 17, 2003, Alan Stern [EMAIL PROTECTED] wrote: A bug has turned up in the UHCI driver. Briefly, when an URB completes, uhci_transfer_result() doesn't store the status in urb-status but only in urbp-status. urb-status is set just before calling hcd_giveback_urb(). However, the

[linux-usb-devel] Re: UHCI driver: urb-status and urbp-status

2003-07-17 Thread Alan Stern
On Thu, 17 Jul 2003, Johannes Erdfelt wrote: On Thu, Jul 17, 2003, Alan Stern [EMAIL PROTECTED] wrote: A bug has turned up in the UHCI driver. Briefly, when an URB completes, uhci_transfer_result() doesn't store the status in urb-status but only in urbp-status. urb-status is set just