commit | 67f5dde3d4961032aeeecaf0d1c7a9232bef3f44 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Jul 24 18:23:23 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jul 30 13:27:45 2007 -0700 |
tree | 11465eeff8ebb8b20609354b251e5142fe134198 | |
parent | a12b8db02035673153bbf19bb3641a08bed9e4b8 [diff] |
USB: Fix a bug in usb_start_wait_urb This patch (as941) fixes a bug recently added to the USB synchronous API. The status of a completed URB must be preserved separately across a completion callback. Also, the actual_length value isn't available until after the URB has fully completed. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>