On Thu, Mar 12, 2009 at 12:32:02AM +0000, Steve Calfee wrote: > I am trying to figure out how to do USB/IP. You do realize this is already working for Linux with the code in the main kernel tree? Are you wanting to reimplement it, or does the current solution somehow not work properly for you? > The problem is some devices should be local to the client computer and > some should be virtualized to the host computer via TCP/IP. This means > removing local drivers and adding a virtual driver (and the opposite) > dynamically under user control. No, use a virtual USB host controller instead, like the current code does. Otherwise you would have to rewrite all usb drivers, which you really don't want to do. Please don't reinvent the wheel again :) thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html