On 10/17/2012 03:56 PM, Felipe Balbi wrote:
--- a/drivers/usb/gadget/Makefile
+++ b/drivers/usb/gadget/Makefile
@@ -38,6 +38,7 @@ obj-$(CONFIG_USB_MV_U3D) += mv_u3d_core.o
#
# USB gadget drivers
#
+g_usb_functions-y := usb_functions.o
this is wrong. we don't want *another* gadget driver. We want to get rid
of the ones we have. The end goal is to keep only f_* files in kernel.
I try to post later today my function interface. The configfs interface
should be built on top of this.
Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html