summaryrefslogtreecommitdiff
path: root/Documentation/ABI
diff options
context:
space:
mode:
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>2013-05-28 09:15:56 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:44:17 +0900
commita44680f53bf9e60172a494c1ba8aae3cc76e3250 (patch)
tree1981c56f066820131243d871c08a4df49bd04c0e /Documentation/ABI
parent03c4dcc271b4ace8c96a6cab61e4b513338e7af6 (diff)
downloadlinux-3.10-a44680f53bf9e60172a494c1ba8aae3cc76e3250.tar.gz
linux-3.10-a44680f53bf9e60172a494c1ba8aae3cc76e3250.tar.bz2
linux-3.10-a44680f53bf9e60172a494c1ba8aae3cc76e3250.zip
usb: gadget: f_subset: add configfs support
f_subset 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/ABI')
-rw-r--r--Documentation/ABI/testing/configfs-usb-gadget-subset14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-subset b/Documentation/ABI/testing/configfs-usb-gadget-subset
new file mode 100644
index 00000000000..f47170a2f7d
--- /dev/null
+++ b/Documentation/ABI/testing/configfs-usb-gadget-subset
@@ -0,0 +1,14 @@
+What: /config/usb-gadget/gadget/functions/geth.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