On Wednesday 10 November 2004 01:48, Adrian Bunk wrote: > On Sun, Nov 07, 2004 at 03:20:39PM -0700, David Brownell wrote: > > > On Sunday 07 November 2004 13:30, Adrian Bunk wrote: > > > The patch below makes some needlessly global USB gadget functions > > > static. > > > > It looks fine except for the one config descriptor utility > > (just strike those bits from the patch). Those are exported > > to support composite devices ... for "multi-function" devices. > > Support for such devices will get into the kernel in the forseeable > future?
That IS some of the support! It's certainly possible to write such drivers with the existing infrastructure, and to re-use the existing code and function/descriptor tables from existing gadget drivers ... all of which, as of 2.6.10-rc, now all use the config descriptor utilities. If you mean, "will such a gadget driver be submitted" that needs time to put more of a "mid layer" together. Its shape has certainly been discussed. Controllers like net2280, omap_udc, and pxa2xx_udc can all support at least dual-function drivers already (though PXA of course can't support altsettings). - Dave ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
