| From f811a38300be3cdb603171aea5ad3fb42b71ca53 Mon Sep 17 00:00:00 2001 |
| From: Peter Chen <peter.chen@freescale.com> |
| Date: Fri, 31 Jul 2015 16:36:30 +0800 |
| Subject: doc: usb: gadget-testing: using the updated testusb.c |
| |
| From: Peter Chen <peter.chen@freescale.com> |
| |
| commit f811a38300be3cdb603171aea5ad3fb42b71ca53 upstream. |
| |
| testusb.c at http://www.linux-usb.org/usbtest/ is out of date, |
| using the one at the kernel source folder. |
| |
| Signed-off-by: Peter Chen <peter.chen@freescale.com> |
| Signed-off-by: Felipe Balbi <balbi@ti.com> |
| Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| |
| --- |
| Documentation/usb/gadget-testing.txt | 7 ++----- |
| 1 file changed, 2 insertions(+), 5 deletions(-) |
| |
| --- a/Documentation/usb/gadget-testing.txt |
| +++ b/Documentation/usb/gadget-testing.txt |
| @@ -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 |
| ================= |