Signed-off-by: Krzysztof Opasiak <k.opas...@samsung.com> --- examples/show-gadgets.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/examples/show-gadgets.c b/examples/show-gadgets.c index 1ae3860..672eac3 100644 --- a/examples/show-gadgets.c +++ b/examples/show-gadgets.c @@ -108,6 +108,9 @@ void show_function(usbg_function *f) case F_PHONET: fprintf(stdout, " ifname\t\t%s\n", f_attrs.phonet.ifname); break; + case F_FFS: + fprintf(stdout, " dev_name\t\t%s\n", f_attrs.ffs.dev_name); + break; default: fprintf(stdout, " UNKNOWN\n"); } -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html