Files
linux/drivers/usb/host
xiao jin d194c03199 xhci: correct the usage of USB_CTRL_SET_TIMEOUT
The usage of USB_CTRL_SET_TIMEOUT in xhci is incorrect.
The definition of USB_CTRL_SET_TIMEOUT is 5000ms. The
input timeout to wait_for_completion_interruptible_timeout
is jiffies. That makes the timeout be longer than what
we want, such as 50s in some platform.

The patch is to use XHCI_CMD_DEFAULT_TIMEOUT instead of
USB_CTRL_SET_TIMEOUT as command completion event timeout.

Signed-off-by: xiao jin <jin.xiao@intel.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
2013-10-16 12:24:23 -07:00
..
2013-10-11 16:26:46 -07:00
2012-11-21 13:27:17 -08:00
2013-09-29 18:45:55 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2012-11-21 13:27:17 -08:00
2013-05-30 21:34:31 +09:00
2013-07-31 17:53:50 -07:00
2013-10-11 16:26:46 -07:00
2012-11-21 13:27:16 -08:00
2012-11-21 13:27:16 -08:00
2013-05-27 11:00:52 +09:00
2013-10-11 16:26:46 -07:00
2012-11-21 13:27:17 -08:00
2013-07-31 17:53:50 -07:00
2013-01-25 12:41:02 -08:00
2013-01-24 13:42:09 -08:00
2013-10-11 16:26:46 -07:00