summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>2013-05-28 09:15:51 +0200
committerMarek Szyprowski <m.szyprowski@samsung.com>2014-05-15 07:22:33 +0200
commitc9e80395985029db43938f3bd5f4d39097a10dc3 (patch)
tree9712d67eccd6343adf2246452fc80b555858392f /Documentation
parentc7b383bca1d3b2c10860f66483774b6e36c5003a (diff)
downloadlinux-3.10-c9e80395985029db43938f3bd5f4d39097a10dc3.tar.gz
linux-3.10-c9e80395985029db43938f3bd5f4d39097a10dc3.tar.bz2
linux-3.10-c9e80395985029db43938f3bd5f4d39097a10dc3.zip
usb: gadget: f_eem: add configfs support
f_eem learns about our configfs interface so we can remove in-kernel gadget drivers in future. 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-eem14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-eem b/Documentation/ABI/testing/configfs-usb-gadget-eem
new file mode 100644
index 00000000000..10e87d67fa2
--- /dev/null
+++ b/Documentation/ABI/testing/configfs-usb-gadget-eem
@@ -0,0 +1,14 @@
+What: /config/usb-gadget/gadget/functions/eem.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