WIP: usb: gadget: add slp composite gadget
authorChanho Park <chanho61.park@samsung.com>
Mon, 9 Sep 2013 10:14:06 +0000 (19:14 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:41 +0000 (11:44 +0900)
commit7a6ec8c7d52a304408d1cd78cbc4a1dc4971942c
tree1c2e1645e41097e61c2bcc44117d9ef913dfe479
parent602d5b83b68cda0023057bfa2c3365df1ed2af62
WIP: usb: gadget: add slp composite gadget

This patch only enables 'rndis' and 'sdb' function gadgets. We may need to
verify 'mtp', 'accessary' and so on. The slp gadget should be removed after
we migrate to configfs-based gadget configuration successfully.

Signed-off-by: Chanho Park <chanho61.park@samsung.com>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/f_sdb.c [new file with mode: 0644]
drivers/usb/gadget/slp.c [new file with mode: 0644]