i have OMAP kit which represents the gadget side with gadgetfs and omap_udc modules while the usb-skeleton is at the host side which works successfully with that gadget.
now i want the host pc to see its usb port as a network interface so i think that i should load usbnet module at the host side while there will not be any change made at the gadget side. when i load usbnet module at the host side and gadgetfswith omap_udc at the gadget side i expect to see any new network interface but i found nothing new? On 4/29/07, David Brownell <[EMAIL PROTECTED]> wrote: > On Saturday 28 April 2007, nesta wrote: > > hi all, > > > > i want to to transfer IP packets over the usb bus. > > so is there any starting point in kerenel source that makes this > transmission > > of IP packets over usb. > > > > i want this to happen at the host side so that my computer sees that the > usb > > interface is a network interface thus it can sends IP packets to this > virtual > > interface which is a usb-interface in reality. > > > > so is there any drivers in the kernel source tree that makes this or > should i > > try to build this network driver from the begging. > > drivers/usb/net/usbnet.c and friends... > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
