commit | 6080cd0e9239469524d2aa07250ad4b9f383960d | [log] [tgz] |
---|---|---|
author | Valentina Manea <valentina.manea.m@gmail.com> | Sat Mar 08 14:53:34 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Mar 08 22:48:43 2014 -0800 |
tree | 0682e223b8d1345188251e6dd6b05fc1fb4f63c6 | |
parent | a46034ca57ed6bdbb574a46ca3453061946b62f9 [diff] |
staging: usbip: claim ports used by shared devices A device should not be able to be used concurrently both by the server and the client. Claiming the port used by the shared device ensures no interface drivers bind to it and that it is not usable from the server. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>