Hi, On Jan 30, 2008 3:36 AM, Cristian Chiarello <[EMAIL PROTECTED]> wrote: > Hi, > > I have readed "isp116x embedded programming guide" and if I haven't > misunderstood, it's need to add ITL buffer management and to change irq > handler routine. Is this the just way? > > Hack the isp1362 nxp open source driver for isp1161x could be another way?
Sorry, couldn't get you. Do you have the isp116x host controller or the isp1362 otg controller ? isp116x has already support in kernel: drivers/usb/host/isp116x-hcd.c isp1362 has nothing to do with isp116x, better writing a new driver for it. And as it's an isp transceiver, it's probably connected through i2c. So write a new driver based on isp1301_omap.c (it's located under drivers/i2c/chips/isp1301_omap.c) BTW, the list has been moved to [email protected], use it instead. -- Best Regards, Felipe Balbi [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
