commit | 2412fbf1ffac21da14308924ccb17fe1a5506b1a | [log] [tgz] |
---|---|---|
author | Andrzej Pietrasiewicz <andrzej.p@samsung.com> | Wed Oct 09 10:06:02 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Thu Oct 10 10:24:10 2013 -0500 |
tree | b648dec9fb2b34452ad058c70bc4c955f191ee4b | |
parent | e5eaa0dc4866181aff655ef3f94cd990172b751f [diff] |
usb: gadget: mass_storage: convert to new interface of f_mass_storage Convert old mass_storage gadget to use the new interface of f_mass_storage so that later the compatibility layer in f_mass_storage can be removed. struct fsg_common is not known to mass_storage.c, so a setter method is added to f_mass_storage. Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Felipe Balbi <balbi@ti.com>