usb: gadget: Enable rndis in the slp gadget driver
authorJacek Bukarewicz <j.bukarewicz@samsung.com>
Fri, 14 Feb 2014 14:22:16 +0000 (15:22 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:00 +0000 (11:47 +0900)
Rndis was disabled temporarily in commit 7ca93af to fix build break.
It can be enabled now as commit 65c9d04 adapted slp driver to the new interface
of rndis.

Change-Id: Id28413de771818cf1a358664d637aa989615fe26
Signed-off-by: Jacek Bukarewicz <j.bukarewicz@samsung.com>
drivers/usb/gadget/slp.c

index 70b7d2f..bc96492 100644 (file)
@@ -154,7 +154,7 @@ struct slp_multi_dev {
 };
 
 /* TODO: only enabled 'rndis' and 'sdb'. need to verify more functions */
-static const char *default_funcs[] = {"sdb"};
+static const char *default_funcs[] = {"rndis", "sdb"};
 static unsigned slp_multi_nluns;
 static struct class *slp_multi_class;
 static struct slp_multi_dev *_slp_multi_dev;