Re: [linux-usb-devel] Blocking the submission on urbs to usb core

2007-12-20 Thread Greg KH
On Thu, Dec 20, 2007 at 08:43:24AM +0100, Diego Zuccato wrote: > Sarah Sharp ha scritto: > > On Wed, Dec 19, 2007 at 05:21:29PM +, ashish mahamuni wrote: > > > But why do you want the remote machine handle communication? What > > underlying > > problem are you trying to solve? > Seems the ol

Re: [linux-usb-devel] Blocking the submission on urbs to usb core

2007-12-20 Thread Diego Zuccato
Sarah Sharp ha scritto: > On Wed, Dec 19, 2007 at 05:21:29PM +, ashish mahamuni wrote: > But why do you want the remote machine handle communication? What underlying > problem are you trying to solve? Seems the old "USB over Ethernet" thread keeps popping up :-) BYtE, Diego. - To unsubscrib

Re: [linux-usb-devel] Blocking the submission on urbs to usb core

2007-12-19 Thread Sarah Sharp
On Wed, Dec 19, 2007 at 05:21:29PM +, 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

Re: Blocking the submission on urbs to usb core

2007-12-19 Thread Greg KH
On Wed, Dec 19, 2007 at 08:59:47AM +, ashish mahamuni wrote: > Hello Everybody, > > I've implemented my own usb filter. (same like usbmon) What's wrong with usbmon? > I am able to capture all urbs that are generated in > host controller. host controllers don't generate urbs, drivers do. >

Re: Blocking the submission on urbs to usb core

2007-12-19 Thread Alan Stern
On Wed, 19 Dec 2007, ashish mahamuni wrote: > Hello Everybody, > > I've implemented my own usb filter. (same like usbmon) usbmon is not a filter. It is a communications channel from the kernel to userspace. > I am able to capture all urbs that are generated in > host controller. That makes n

Blocking the submission on urbs to usb core

2007-12-19 Thread ashish mahamuni
Hello Everybody, I've implemented my own usb filter. (same like usbmon) I am able to capture all urbs that are generated in host controller. But problem is those urbs get submitted to usb core automatically. I don't want this. In fact I want this submission under my control. How should I do it? I'