]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
usb: gadget: use consistent naming scheme for usb function modules
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Thu, 7 Feb 2013 13:36:27 +0000 (14:36 +0100)
committerFelipe Balbi <balbi@ti.com>
Wed, 3 Apr 2013 11:43:32 +0000 (14:43 +0300)
commit4f47a1be0fb2ce2ee166faeb3f08f22d70e09109
tree8f0e5d663f35dc4f1e50e57f6de863afb51b494f
parent88af8bbe4ef781031ad3370847553f3b42ba0076
usb: gadget: use consistent naming scheme for usb function modules

In order to convert to configfs the USB functions need to be converted
to the new interface from Sebastian, which also requires turning them
into separate modules. Some of these modules will consist of just
one object file, e.g. f_ncm.o. But some of the modules will eventually
consist of more than one object file, e.g. for mass storage there
will be f_mass_storage.o and storage_common.o. The resulting module
cannot be called f_mass_storage.ko due to cyclic dependency. This patch
introduces a naming scheme for the said resulting modules:

usb_f_xxxxxx.ko

e.g. usb_f_mass_storage.ko, usb_f_ss_lb.ko, usb_f_rndis.ko etc.

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>
drivers/usb/gadget/Makefile