Re: [linux-usb-devel] ub: Comment out unconditional stall clear

2005-10-04 Thread Alan Stern
On Tue, 4 Oct 2005, Glenn Maynard wrote: > On Tue, Oct 04, 2005 at 09:08:16AM -0700, Pete Zaitcev wrote: > > The clearing is needed only if a device is attached across the driver > > reload, and if you cannot tolerate a command failure (most likely, an > > open(2) would fail). If a device gets con

Re: [linux-usb-devel] ub: Comment out unconditional stall clear

2005-10-04 Thread Pete Zaitcev
On Tue, 4 Oct 2005 15:34:23 -0400, Glenn Maynard <[EMAIL PROTECTED]> wrote: > On Tue, Oct 04, 2005 at 09:08:16AM -0700, Pete Zaitcev wrote: > > The clearing is needed only if a device is attached across the driver > > reload, and if you cannot tolerate a command failure (most likely, an > > open(2

Re: [linux-usb-devel] ub: Comment out unconditional stall clear

2005-10-04 Thread Glenn Maynard
On Tue, Oct 04, 2005 at 09:08:16AM -0700, Pete Zaitcev wrote: > The clearing is needed only if a device is attached across the driver > reload, and if you cannot tolerate a command failure (most likely, an > open(2) would fail). If a device gets connected after the reload, it's > all the same. I am

Re: [linux-usb-devel] ub: Comment out unconditional stall clear

2005-10-04 Thread Pete Zaitcev
On Mon, 3 Oct 2005 04:15:49 -0400, Glenn Maynard <[EMAIL PROTECTED]> wrote: > On Tue, Sep 20, 2005 at 02:00:51PM -0700, Pete Zaitcev wrote: > > This code appears to be more trouble than it's worth, considering that > > no normal users reload drivers. So, we comment it for now. It is not > > removed

Re: [linux-usb-devel] ub: Comment out unconditional stall clear

2005-10-03 Thread Glenn Maynard
On Tue, Sep 20, 2005 at 02:00:51PM -0700, Pete Zaitcev wrote: > This code appears to be more trouble than it's worth, considering that > no normal users reload drivers. So, we comment it for now. It is not > removed outright for the benefit of hackers (that is, myself). My scripts reload drivers d

[linux-usb-devel] ub: Comment out unconditional stall clear

2005-09-20 Thread Pete Zaitcev
This code appears to be more trouble than it's worth, considering that no normal users reload drivers. So, we comment it for now. It is not removed outright for the benefit of hackers (that is, myself). Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]> --- linux-2.6.14-rc1-gregkh/drivers/block/ub.c