]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
doc: usb: gadget-testing: using the updated testusb.c
authorPeter Chen <peter.chen@freescale.com>
Fri, 31 Jul 2015 08:36:30 +0000 (16:36 +0800)
committerFelipe Balbi <balbi@ti.com>
Fri, 31 Jul 2015 14:02:07 +0000 (09:02 -0500)
testusb.c at http://www.linux-usb.org/usbtest/ is out of date,
using the one at the kernel source folder.

Cc: <stable@vger.kernel.org>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Documentation/usb/gadget-testing.txt

index 592678009c15c393d59b9ce190b6a96057486160..b24d3ef89166bc16f228e97aceb6f300063edc2a 100644 (file)
@@ -237,9 +237,7 @@ Testing the LOOPBACK function
 -----------------------------
 
 device: run the gadget
-host: test-usb
-
-http://www.linux-usb.org/usbtest/testusb.c
+host: test-usb (tools/usb/testusb.c)
 
 8. MASS STORAGE function
 ========================
@@ -586,9 +584,8 @@ Testing the SOURCESINK function
 -------------------------------
 
 device: run the gadget
-host: test-usb
+host: test-usb (tools/usb/testusb.c)
 
-http://www.linux-usb.org/usbtest/testusb.c
 
 16. UAC1 function
 =================