diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2013-05-28 07:16:01 (GMT) |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-06-10 14:58:10 (GMT) |
commit | b3df2faacb40da7d9c4ed1a0b5304cf346e46ca0 (patch) | |
tree | 5a5eafd9044afc02b13a5f3546ebbd505cd44f9a /Documentation/ABI | |
parent | 4e75e7275652824395696ba1e34c10d368958caf (diff) | |
download | linux-b3df2faacb40da7d9c4ed1a0b5304cf346e46ca0.tar.xz |
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/ABI')
-rw-r--r-- | Documentation/ABI/testing/configfs-usb-gadget-rndis | 14 |
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 0000000..ff127dd --- /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 |