On Fri, Mar 12, 2004 at 12:09:49PM -0800, David Brownell wrote: > Here's where all those preceding autoconfig patches start > to fit together: one gadget driver gets rid of almost all > the controller-specific #ifdeffery. > > Two of the other gadget drivers can do the same thing, > and just as easily: file storage, and serial. (I'll > hope their maintainers do those changes though.) > > The "ether.c" gadget driver is a lot more complicated to > do this way since it has to cope with some differences > by switching to alternate protocols (CDC Ethernet vs > a subset) and soon be able to handle RNDIS. So that'll > be a while yet. > > Please merge!
I applied this and now I get the following errors when building: CC [M] drivers/usb/gadget/zero.o drivers/usb/gadget/zero.c: In function `zero_bind': drivers/usb/gadget/zero.c:1089: warning: implicit declaration of function `usb_ep_autoconfig_reset' drivers/usb/gadget/zero.c:1090: warning: implicit declaration of function `usb_ep_autoconfig' drivers/usb/gadget/zero.c:1090: warning: assignment makes pointer from integer without a cast drivers/usb/gadget/zero.c:1100: warning: assignment makes pointer from integer without a cast make[1]: *** No rule to make target `drivers/usb/gadget/epautoconf.s', needed by `drivers/usb/gadget/epautoconf.o'. Stop. make: *** [drivers/usb/gadget] Error 2 Care to send me a patch to fix this up? Or have you already and I just haven't gotten to it in my queue? :) thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
