From: Michal Nazarewicz Date: Wed, 5 May 2010 10:53:15 +0000 (+0200) Subject: USB: g_ffs: the FunctionFS gadget driver X-Git-Tag: v2.6.35-rc1~471^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6c560085172c16a0141ab12ae765c7d1be68279;p=pandora-kernel.git USB: g_ffs: the FunctionFS gadget driver The Function Filesystem (FunctioFS) lets one create USB composite functions in user space in the same way as GadgetFS lets one create USB gadgets in user space. This allows creation of composite gadgets such that some of the functions are implemented in kernel space (for instance Ethernet, serial or mass storage) and other are implemented in user space. Signed-off-by: Michal Nazarewicz Cc: Kyungmin Park Cc: Marek Szyprowski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed