]> git.karo-electronics.de Git - linux-beck.git/commit
usb: gadget: rndis: convert into module
authorAndrzej Pietrasiewicz <andrzej.p@samsung.com>
Fri, 24 May 2013 08:23:02 +0000 (10:23 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 10 Jun 2013 14:11:33 +0000 (17:11 +0300)
commitcbbd14a9021140a306a01f8fcaa645faafae18a5
treee3543fc4458ea386e0d006094e9e08fd6e2ca26a
parentf1a1823ff24fa4e3412b5078f20021cf40834946
usb: gadget: rndis: convert into module

In order to convert to configfs the usb functions need to be converted
to a new interface and compiled as modules. This patch creates an rndis
module which will be used by the new functions. After all users of
f_rndis are converted to the new interface, this module can be
merged with f_rndis module.

Acked-by: Michal Nazarewicz <mina86@mina86.com>
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/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/ether.c
drivers/usb/gadget/g_ffs.c
drivers/usb/gadget/multi.c
drivers/usb/gadget/rndis.c
drivers/usb/gadget/rndis.h