diff options
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | 2015-03-03 04:52:32 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-10 16:33:41 -0400 |
commit | ee1cd515e889d222f5a7397fead0a9db1214edea (patch) | |
tree | 8946a1608e69546a85d4311ca6ab5bdcd3852a3f /Documentation/ABI/testing | |
parent | a2a8e48a94c78c72b5dd1e4c8d190c5c54aca7a4 (diff) |
usb: gadget: printer: add configfs support
Add support for configfs interface so that f_printer can be used as a
component of usb gadgets composed with it.
Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/configfs-usb-gadget-printer | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-printer b/Documentation/ABI/testing/configfs-usb-gadget-printer new file mode 100644 index 000000000000..6b0714e3c605 --- /dev/null +++ b/Documentation/ABI/testing/configfs-usb-gadget-printer | |||
@@ -0,0 +1,9 @@ | |||
1 | What: /config/usb-gadget/gadget/functions/printer.name | ||
2 | Date: Apr 2015 | ||
3 | KernelVersion: 4.1 | ||
4 | Description: | ||
5 | The attributes: | ||
6 | |||
7 | pnp_string - Data to be passed to the host in pnp string | ||
8 | q_len - Number of requests per endpoint | ||
9 | |||