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
