UHCI: short control URBs get a status stage
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 13 Jul 2007 19:46:29 +0000 (15:46 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Jul 2007 00:46:04 +0000 (17:46 -0700)
commite7e7c360fb07020b24652843aec442325baad0ce
tree55a7a18cfcc87e86e4f91f309082aed0d7b8a956
parente94fa28f137813c2f6e05470b41bd8f3c5422a04
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>
drivers/usb/host/uhci-q.c