summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>2013-05-28 09:16:01 +0200
committerChanho Park <chanho61.park@samsung.com>2014-08-08 14:36:20 +0900
commited4ec7d18d97ec12880a5c22f2e673ff40a339cc (patch)
tree61c4a049c95e2529caf143e2ae5c4f996a6dd931 /Documentation
parent43458e87e7b5c69230009d8fa05fbd2cf65ebc1b (diff)
downloadlinux-3.10-ed4ec7d18d97ec12880a5c22f2e673ff40a339cc.tar.gz
linux-3.10-ed4ec7d18d97ec12880a5c22f2e673ff40a339cc.tar.bz2
linux-3.10-ed4ec7d18d97ec12880a5c22f2e673ff40a339cc.zip
usb: gadget: f_rndis: add configfs support
f_rndis learns about configfs so we can, eventually, remove in-kernel gadget drivers. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/configfs-usb-gadget-rndis14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-rndis b/Documentation/ABI/testing/configfs-usb-gadget-rndis
new file mode 100644
index 00000000000..ff127ddb807
--- /dev/null
+++ b/Documentation/ABI/testing/configfs-usb-gadget-rndis
@@ -0,0 +1,14 @@
+What: /config/usb-gadget/gadget/functions/rndis.name
+Date: May 2013
+KenelVersion: 3.11
+Description:
+ The attributes:
+
+ ifname - network device interface name associated with
+ this function instance
+ qmult - queue length multiplier for high and
+ super speed
+ host_addr - MAC address of host's end of this
+ Ethernet over USB link
+ dev_addr - MAC address of device's end of this
+ Ethernet over USB link