On Tue, Feb 13, 2007 at 12:02:57PM +1100, ronnie sahlberg wrote:
> On 2/13/07, Greg KH <[EMAIL PROTECTED]> wrote:
> >On Mon, Feb 12, 2007 at 11:59:46PM +0000, Phil Endecott wrote:
> >> > Would it be helpful for linux usb device driver developers to have a
> >> > wireshark dissector that could capture and show the USB
> >> > data passed between one such windows client and a windows server for
> >> > USB over IP?
> >
> >What devices have USB data travelling over IP?
> 
> http://www.fabulatech.com/usb-over-network.html
> http://blog.tmcnet.com/blog/tom-keating/technology-and-science/share-usb-devices-over-ip-network.asp
> http://www.digi.com/pdf/prd_usb_anywhereusb.pdf
> 
> There seems to be a pretty large number of different implementations
> around for windows to extend the USB bus across a TCP/IP network.

As it's just software (with the exception of the digi devices), they are
free to create whatever they want as a protocol.

I suggest that if someone really wants this kind of feature in Linux,
dig up the old patches that started to implement this that were in my
git tree and port them to the new usb driver model.  It should be pretty
simple to plug into the core now, but the way the driver talked over the
network will need to be rewritten (it used the userspace socket
interface from within the kernel, not the nicest...)

> As far as i can tell this is implemented in such a way that it is
> transparent to the actual device driver and the device itself.

Yes, that makes it much nicer for the user :)

thanks,

greg k-h

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to