[linux-usb-devel] Re: [patch] set interrupt interval in usbfs

2002-10-31 Thread Greg KH
On Wed, Oct 30, 2002 at 01:53:29PM -0500, Dan Streetman wrote: > > This patch sets up the URB interval correctly when using interrupts via > usbfs. This is finally possible since the automagic resubmission is gone. Applied, thanks. greg k-h ---

Re: [linux-usb-devel] Re: [patch] set interrupt interval in usbfs

2002-10-30 Thread Dan Streetman
On Wed, 30 Oct 2002, Greg KH wrote: >On Wed, Oct 30, 2002 at 04:08:41PM -0500, Dan Streetman wrote: >> >> On Wed, 30 Oct 2002, Greg KH wrote: >> >> >On Wed, Oct 30, 2002 at 01:53:29PM -0500, Dan Streetman wrote: >> >> >> >> This patch sets up the URB interval correctly when using interrupts via

[linux-usb-devel] Re: [patch] set interrupt interval in usbfs

2002-10-30 Thread Greg KH
On Wed, Oct 30, 2002 at 04:08:41PM -0500, Dan Streetman wrote: > > On Wed, 30 Oct 2002, Greg KH wrote: > > >On Wed, Oct 30, 2002 at 01:53:29PM -0500, Dan Streetman wrote: > >> > >> This patch sets up the URB interval correctly when using interrupts via > >> usbfs. This is finally possible sinc

[linux-usb-devel] Re: [patch] set interrupt interval in usbfs

2002-10-30 Thread Dan Streetman
On Wed, 30 Oct 2002, Greg KH wrote: >On Wed, Oct 30, 2002 at 01:53:29PM -0500, Dan Streetman wrote: >> >> This patch sets up the URB interval correctly when using interrupts via >> usbfs. This is finally possible since the automagic resubmission is gone. > >Hm, I don't understand, what does th

[linux-usb-devel] Re: [patch] set interrupt interval in usbfs

2002-10-30 Thread Greg KH
On Wed, Oct 30, 2002 at 01:53:29PM -0500, Dan Streetman wrote: > > This patch sets up the URB interval correctly when using interrupts via > usbfs. This is finally possible since the automagic resubmission is gone. Hm, I don't understand, what does this patch do that couldn't be done before? O