android_kernel_msm-6.1_noth.../tools/usb/usbip/src
Shuah Khan ef824501f5 usbip: list: don't list devices attached to vhci_hcd
usbip host lists devices attached to vhci_hcd on the same server
when user does attach over localhost or specifies the server as the
remote.

usbip attach -r localhost -b busid
or
usbip attach -r servername (or server IP)

Fix it to check and not list devices that are attached to vhci_hcd.

Cc: stable@vger.kernel.org
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-22 15:34:37 +01:00
..
Makefile.am License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
usbip.c usbip: Fix implicit fallthrough warning 2017-03-17 13:16:56 +09:00
usbip.h
usbip_attach.c usbip: auto retry for concurrent attach 2017-08-31 18:08:45 +02:00
usbip_bind.c usbip: prevent bind loops on devices attached to vhci_hcd 2018-01-22 15:34:37 +01:00
usbip_detach.c tools: usbip: detach: avoid calling strlen() at each iteration 2015-09-22 12:07:45 -07:00
usbip_list.c usbip: list: don't list devices attached to vhci_hcd 2018-01-22 15:34:37 +01:00
usbip_network.c
usbip_network.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
usbip_port.c usbip: adding names db to port operation 2016-05-03 14:32:07 -07:00
usbip_unbind.c
usbipd.c tools/usbip: fixes build with musl libc toolchain 2017-12-07 16:03:15 +01:00
utils.c usbip: fix usbip bind writing random string after command in match_busid 2017-12-19 11:40:55 +01:00
utils.h