All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] Doc: ABI: testing: configfs-usb-gadget-loopback
@ 2015-07-31  8:36 Peter Chen
  2015-07-31  8:36 ` [PATCH 2/3] Doc: ABI: testing: configfs-usb-gadget-sourcesink Peter Chen
  2015-07-31  8:36 ` [PATCH 3/3] doc: usb: gadget-testing: using the updated testusb.c Peter Chen
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Chen @ 2015-07-31  8:36 UTC (permalink / raw)
  To: gregkh, balbi; +Cc: andrzej.p, linux-usb, Peter Chen, stable

Fix the name of attribute

Cc: <stable@vger.kernel.org>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
---
 Documentation/ABI/testing/configfs-usb-gadget-loopback | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/configfs-usb-gadget-loopback b/Documentation/ABI/testing/configfs-usb-gadget-loopback
index 9aae5bf..06beefb 100644
--- a/Documentation/ABI/testing/configfs-usb-gadget-loopback
+++ b/Documentation/ABI/testing/configfs-usb-gadget-loopback
@@ -5,4 +5,4 @@ Description:
 		The attributes:
 
 		qlen		- depth of loopback queue
-		bulk_buflen	- buffer length
+		buflen		- buffer length
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/3] Doc: ABI: testing: configfs-usb-gadget-sourcesink
  2015-07-31  8:36 [PATCH 1/3] Doc: ABI: testing: configfs-usb-gadget-loopback Peter Chen
@ 2015-07-31  8:36 ` Peter Chen
  2015-07-31  8:36 ` [PATCH 3/3] doc: usb: gadget-testing: using the updated testusb.c Peter Chen
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Chen @ 2015-07-31  8:36 UTC (permalink / raw)
  To: gregkh, balbi; +Cc: andrzej.p, linux-usb, Peter Chen, stable

Fix the name of attribute

Cc: <stable@vger.kernel.org>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
---
 Documentation/ABI/testing/configfs-usb-gadget-sourcesink | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/configfs-usb-gadget-sourcesink b/Documentation/ABI/testing/configfs-usb-gadget-sourcesink
index 29477c3..bc7ff73 100644
--- a/Documentation/ABI/testing/configfs-usb-gadget-sourcesink
+++ b/Documentation/ABI/testing/configfs-usb-gadget-sourcesink
@@ -9,4 +9,4 @@ Description:
 		isoc_maxpacket	- 0 - 1023 (fs), 0 - 1024 (hs/ss)
 		isoc_mult	- 0..2 (hs/ss only)
 		isoc_maxburst	- 0..15 (ss only)
-		qlen		- buffer length
+		buflen		- buffer length
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 3/3] doc: usb: gadget-testing: using the updated testusb.c
  2015-07-31  8:36 [PATCH 1/3] Doc: ABI: testing: configfs-usb-gadget-loopback Peter Chen
  2015-07-31  8:36 ` [PATCH 2/3] Doc: ABI: testing: configfs-usb-gadget-sourcesink Peter Chen
@ 2015-07-31  8:36 ` Peter Chen
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Chen @ 2015-07-31  8:36 UTC (permalink / raw)
  To: gregkh, balbi; +Cc: andrzej.p, linux-usb, Peter Chen, stable

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>
---
 Documentation/usb/gadget-testing.txt | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/Documentation/usb/gadget-testing.txt b/Documentation/usb/gadget-testing.txt
index 5926780..b24d3ef 100644
--- 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
 =================
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-31 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31  8:36 [PATCH 1/3] Doc: ABI: testing: configfs-usb-gadget-loopback Peter Chen
2015-07-31  8:36 ` [PATCH 2/3] Doc: ABI: testing: configfs-usb-gadget-sourcesink Peter Chen
2015-07-31  8:36 ` [PATCH 3/3] doc: usb: gadget-testing: using the updated testusb.c Peter Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.