Hello,
I am using a Motorola MxL chip. It has USB module. I want to port it to linux usb subsystem so my device can connect to desktop linux e.g. RH9 through USB. I have read through the Linux USB guild. I would like to know more specific information about porting USB hardware module to subsystem, e.g. modifify which files.
Use the pxa2xx_udc driver, in 2.6.2, as an example of how to do this. You'll need to write a driver for the controller, and it may need integration with board-specific setup (using platform_data) depending on how those chips work (do they need GPIOs for the USB connections etc). Look in drivers/usb/gadget and see where the trail leads.
- Dave
Thanks a lot.
regards, kent
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
