Lines Matching +full:configuration +full:- +full:space
6 unique behaviour. It may be added to an USB configuration only after
7 the user space driver has registered by writing descriptors and
8 strings (the user space program has to provide the same information
10 the configuration).
15 From user space point of view it is a file system which when
16 mounted provides an "ep0" file. User space driver need to
28 numbers and changing of the configuration (which means that
30 configuration changes to (say) endpoint 2)). "ep0" is used
42 where the last two are implemented via FunctionFS. On user space
46 $ mkdir /dev/ffs-mtp && mount -t functionfs mtp /dev/ffs-mtp
47 $ ( cd /dev/ffs-mtp && mtp-daemon ) &
48 $ mkdir /dev/ffs-hid && mount -t functionfs hid /dev/ffs-hid
49 $ ( cd /dev/ffs-hid && hid-daemon ) &
51 On kernel level the gadget checks ffs_data->dev_name to identify
59 parameter's value is just a one-element list, then the behaviour