On Wed, Dec 19, 2007 at 05:21:29PM +0000, ashish mahamuni wrote: > I am trying to send those urbs to remote machine,where > I will try to detect my device > This is client-server apporoach > I'll attach device to server,I don't want that device > to be detected on server. > I want this device to be detected on client. i.e. my > remote machine.
So you want to send the USB packets from the device attached to the server to the client machine, say through a socket? And you don't want the USB device driver on the server side to respond to the packets, you want the client to respond to them instead? It sounds like what you want is to replace the driver for the USB device on the server side with a driver that sends the USB device data to the server over a socket, and sends data received through the socket to the device. I'm not sure how a filter would work for this; unless you're trying to generalize this code for all devices? But why do you want the remote machine handle communication? What underlying problem are you trying to solve? Sarah - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html