diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-16 21:51:07 -0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-18 16:54:19 +0200 |
commit | 21470e32ca7f976bf131aa3c7b54019d07f7d821 (patch) | |
tree | fbc7a910a597a25547a7c0faae8529a50f584c62 /tools/usb | |
parent | ac9d947683c1b508f798f0c87c51cfb7b9f1eee5 (diff) | |
download | linux-21470e32ca7f976bf131aa3c7b54019d07f7d821.tar.bz2 |
usb: fix some references for /proc/bus/usb
Since when we got rid of usbfs, the /proc/bus/usb is now
elsewhere. Fix references for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Serge Hallyn <serge@hallyn.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/usb')
-rw-r--r-- | tools/usb/usbip/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/usb/usbip/README b/tools/usb/usbip/README index 5eb2b6c7722b..7844490fc603 100644 --- a/tools/usb/usbip/README +++ b/tools/usb/usbip/README @@ -244,7 +244,7 @@ Detach the imported device: - See 'Debug Tips' on the project wiki. - http://usbip.wiki.sourceforge.net/how-to-debug-usbip - usbip-host.ko must be bound to the target device. - - See /proc/bus/usb/devices and find "Driver=..." lines of the device. + - See /sys/kernel/debug/usb/devices and find "Driver=..." lines of the device. - Target USB gadget must be bound to vudc (using USB gadget susbsys, not usbip bind command) - Shutdown firewall. |