From: Sarah Sharp Date: Thu, 3 Dec 2009 19:35:59 +0000 (-0800) Subject: USB: usbtmc: Use usb_clear_halt() instead of custom code. X-Git-Tag: v2.6.33-rc1~315^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3342ecda3ffb059f2ffd765a71d9579f0aa036eb;p=pandora-kernel.git USB: usbtmc: Use usb_clear_halt() instead of custom code. Make the USB Test & Measurement driver use usb_clear_halt() instead of usb_control_msg() to clear a stalled endpoint. This will allow devices to be tested under an xHCI host controller. The endpoint stall will not be cleared in the internal xHCI hardware state unless usb_clear_halt() is used. Signed-off-by: Sarah Sharp Cc: Steve Holland Cc: Oliver Neukum Cc: Jouni Ryno Cc: Gergely Imreh Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed