Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-03 Thread Takahiro Hirofuchi
Hi, They share functions for the two modules. How else would you do that? Anyway, in looking at the code, it's abusing the socket interface pretty badly, in ways that the networking people would laugh at if this code got in :( So I'll work on converting it to use the network native layer. O

Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-02 Thread Greg KH
On Fri, Dec 02, 2005 at 09:05:00PM +0100, Marcel Holtmann wrote: > Hi Greg, > > > > > Here's a patch that adds Takahiro's USB over IP patch to the kernel > > > > tree. It's still a bit rough around the edges, so I'd like to get some > > > > comments and reviews from others. Especially those who

Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-02 Thread Marcel Holtmann
Hi Greg, > > > Here's a patch that adds Takahiro's USB over IP patch to the kernel > > > tree. It's still a bit rough around the edges, so I'd like to get some > > > comments and reviews from others. Especially those who know the USB HCD > > > interface better than I (David and Alan...) > > > >

Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-02 Thread Alan Stern
On Thu, 1 Dec 2005, Greg KH wrote: > Hi all, > > Here's a patch that adds Takahiro's USB over IP patch to the kernel > tree. It's still a bit rough around the edges, so I'd like to get some > comments and reviews from others. Especially those who know the USB HCD > interface better than I (Davi

Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-02 Thread Greg KH
On Fri, Dec 02, 2005 at 09:37:32AM +0100, Marcel Holtmann wrote: > Hi Greg, > > > Here's a patch that adds Takahiro's USB over IP patch to the kernel > > tree. It's still a bit rough around the edges, so I'd like to get some > > comments and reviews from others. Especially those who know the USB

Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-02 Thread Greg KH
On Fri, Dec 02, 2005 at 05:13:31PM +0900, Takahiro Hirofuchi wrote: > Greg KH wrote: > >Hi all, > > > >Here's a patch that adds Takahiro's USB over IP patch to the kernel > >tree. It's still a bit rough around the edges, so I'd like to get some > >comments and reviews from others. Especially thos

Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-02 Thread Takahiro Hirofuchi
Hello, Thank you very much, Greg. Greg KH wrote: Hi all, Here's a patch that adds Takahiro's USB over IP patch to the kernel tree. It's still a bit rough around the edges, so I'd like to get some comments and reviews from others. Especially those who know the USB HCD interface better than

Re: [linux-usb-devel] [RFC] USB over IP patch

2005-12-02 Thread Marcel Holtmann
Hi Greg, > Here's a patch that adds Takahiro's USB over IP patch to the kernel > tree. It's still a bit rough around the edges, so I'd like to get some > comments and reviews from others. Especially those who know the USB HCD > interface better than I (David and Alan...) it would be great if th