commit | 7b3e3740f2d0faca9351db88974be534009a3d8d | [log] [tgz] |
---|---|---|
author | Thomas Pugliese <thomas.pugliese@gmail.com> | Mon Dec 09 13:19:08 2013 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 09 13:28:48 2013 -0800 |
tree | 0ffed75bf0500ef176681a3af0999bd15747d126 | |
parent | 83e83ecb79a8225e79bc8e54e9aff3e0e27658a2 [diff] |
usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUT Use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUT for USB control messages instead of an arbitrary 1s timeout value. This is particularly useful for WUSB since in the worst case RF scanario, a WUSB device can be unresponsive for up to 4s and still be connected. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>