xhci: Identify USB 3.1 capable hosts by their port protocol capability
commitdc1858a8e56f2ee9697d9cc5d062f68894ef006e
authorMathias Nyman <mathias.nyman@linux.intel.com>
Fri, 6 Oct 2017 14:45:27 +0000 (6 17:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Oct 2017 08:38:06 +0000 (27 10:38 +0200)
tree5a4114ab04fbc3290e4fb2ec4377341d132ea18d
parent6f4a36f0ec7d46a7a72edcab838cdcd65eacfa0f
xhci: Identify USB 3.1 capable hosts by their port protocol capability

commit ea7d0d69426cab6747ed311c53f4142eb48b9454 upstream.

Many USB 3.1 capable hosts never updated the Serial Bus Release Number
(SBRN) register to USB 3.1 from USB 3.0

xhci driver identified USB 3.1 capable hosts based on this SBRN register,
which according to specs "contains the release of the Universal Serial
Bus Specification with which this Universal Serial Bus Host Controller
module is compliant." but still in october 2017 gives USB 3.0 as
the only possible option.

Make an additional check for USB 3.1 support and enable it if the xHCI
supported protocol capablity lists USB 3.1 capable ports.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c