Re: [linux-usb-devel] [PATCH] Disconnect children during hub unbind (update)

2005-11-18 Thread Greg KH
On Fri, Nov 18, 2005 at 12:06:34PM -0500, Alan Stern wrote: > > Pete won't find this _quite_ as impressive as the earlier version, alas! > But it's still a win in terms of net code shrinkage. Yes it is, thanks for doing this, it looks very good. I've added it to my trees, and should show up in

Re: [linux-usb-devel] [PATCH] Disconnect children during hub unbind

2005-11-17 Thread Alan Stern
On Thu, 17 Nov 2005, Pete Zaitcev wrote: > On Thu, 17 Nov 2005 17:18:22 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> > wrote: > > > This patch (as606) does just that. About half the patch merely moves a > > couple of subroutines earlier in the source file, the rest deletes code > > that is no

Re: [linux-usb-devel] [PATCH] Disconnect children during hub unbind

2005-11-17 Thread Pete Zaitcev
On Thu, 17 Nov 2005 17:18:22 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> wrote: > This patch (as606) does just that. About half the patch merely moves a > couple of subroutines earlier in the source file, the rest deletes code > that is no longer needed. That's quite amazing -- Pete ---