From 6b7e59231014b94636f4a1b730143fbe6f60c3f4 Mon Sep 17 00:00:00 2001 From: Pawel Szewczyk Date: Fri, 4 Sep 2015 12:23:51 +0200 Subject: core: Add FFSDescriptors and FFSStrings service parameters By using these parameters functionfs service can specify ffs descriptors and strings which should be written to ep0. --- src/core/service.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/service.h') diff --git a/src/core/service.h b/src/core/service.h index 7da0a93961..789dff23a9 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -212,6 +212,9 @@ struct Service { ServiceFDStore *fd_store; unsigned n_fd_store; unsigned n_fd_store_max; + + char *usb_function_descriptors; + char *usb_function_strings; }; extern const UnitVTable service_vtable; -- cgit v1.2.3-54-g00ecf