commit | 4801d4ea559440b7d63babdac1b1b43a13ac7562 | [log] [tgz] |
---|---|---|
author | Mathias Nyman <mathias.nyman@linux.intel.com> | Thu Nov 27 18:19:15 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Dec 02 16:14:29 2014 -0800 |
tree | 7ccc41aa098857bf0973eee257e89789f5f18b71 | |
parent | 69defe04ec825e42e0d719cca5a23f48b624bee9 [diff] |
xhci: clear extra bits from slot context when setting max exit latency If we need to change the max exit latency with a Evaluate Context command, we copy the old output slot context and use it as input context for the command. This also copies the dev_state bits which are supposed to be zero in the input slot context. Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>