commit | e7e7c360fb07020b24652843aec442325baad0ce | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Jul 13 15:46:29 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 19 17:46:04 2007 -0700 |
tree | 55a7a18cfcc87e86e4f91f309082aed0d7b8a956 | |
parent | e94fa28f137813c2f6e05470b41bd8f3c5422a04 [diff] |
UHCI: short control URBs get a status stage It has recently been pointed out that short control transfers should have a status stage, even if they generate an error because URB_SHORT_NOT_OK was set. This patch (as935) changes uhci-hcd to enable the status stage when this happens. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>