commit | c85efcb9657a7c15e24c1d4745826a80f9a53bbe | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <m.nazarewicz@samsung.com> | Mon Nov 09 14:15:26 2009 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 11:55:23 2009 -0800 |
tree | e113af4f96b9a232fb8b8c40066d3cb973b45448 | |
parent | 915c8befccbe5d81d441b53ab7a9a98caf0c67d4 [diff] |
USB: g_mass_storage: thread_exits callback added thread_exits callback has been added to fsg_common structure. This callback is called when MSF's thread exits (is terminated by a signal or function is unregistered). It's then gadget's responsibility to unregister the gadget. Signed-off-by: Michal Nazarewicz <m.nazarewicz@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>