Re: [linux-usb-devel] [PATCH 4/6] USB: add reset_resume method

2007-05-30 Thread Greg KH
On Thu, May 31, 2007 at 01:55:43AM +0200, Jiri Kosina wrote: > On Wed, 30 May 2007, Alan Stern wrote: > > > In addition, the pre_reset and post_reset method return types are > > changed; they now must return an error code. The return value is unused > > at present, but at some later time we may

Re: [linux-usb-devel] [PATCH 4/6] USB: add reset_resume method

2007-05-30 Thread Jiri Kosina
On Wed, 30 May 2007, Alan Stern wrote: > In addition, the pre_reset and post_reset method return types are > changed; they now must return an error code. The return value is unused > at present, but at some later time we may unbind drivers and re-probe if > they encounter an error during reset