[linux-usb-devel] Re: [PATCH 2/9] isdn4linux: Siemens Gigaset drivers - common module

2006-02-14 Thread Nishanth Aravamudan
On 11.02.2006 [15:52:27 +0100], Hansjoerg Lipp wrote: > From: Tilman Schmidt <[EMAIL PROTECTED]>, Hansjoerg Lipp <[EMAIL PROTECTED]> > > This patch adds the common include file for the Siemens Gigaset drivers, > providing definitions used by all of the Gigaset ISDN driver source files. > It also a

[linux-usb-devel] [-mm PATCH 32/32] drivers/usb: fix-up schedule_timeout() usage

2005-08-15 Thread Nishanth Aravamudan
Description: Use schedule_timeout_{,un}interruptible() instead of set_current_state()/schedule_timeout() to reduce kernel size. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- drivers/usb/class/audio.c | 12 drivers/usb/host/ehci-hcd.c |3 +-- d

[linux-usb-devel] Re: [BugMe 4432][PATCH] Fix race condition in usblp_write

2005-06-01 Thread Nishanth Aravamudan
On 01.06.2005 [15:35:08 -0700], Nishanth Aravamudan wrote: > The following patch addresses BugMe #4432. > > Description: Initialize status fields in the read and write urbs to > prevent a race condition with open/read/close - open/write/close > sequences. > > Signed-off-by

[linux-usb-devel] [BugMe 4432][PATCH] Fix race condition in usblp_write

2005-06-01 Thread Nishanth Aravamudan
The following patch addresses BugMe #4432. Description: Initialize status fields in the read and write urbs to prevent a race condition with open/read/close - open/write/close sequences. Signed-off-by: Adam Oldham <[EMAIL PROTECTED]> Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTE

[linux-usb-devel] [UPDATE PATCH] usb/digi_acceleport: correct wait-queue state

2005-04-04 Thread Nishanth Aravamudan
On Mon, Apr 04, 2005 at 11:10:53AM -0700, Nishanth Aravamudan wrote: > On Wed, Feb 02, 2005 at 11:03:09AM -0800, Nishanth Aravamudan wrote: > > Hello, > > > > Description: Replace deprecated interruptible_sleep_on_timeout() with direct > > wait-queue usage. Also replace

[linux-usb-devel] [UPDATE PATCH] usb/digi_acceleport: remove interruptible_sleep_on_timeout() usage

2005-04-04 Thread Nishanth Aravamudan
On Wed, Feb 02, 2005 at 11:03:09AM -0800, Nishanth Aravamudan wrote: > Hello, > > Description: Replace deprecated interruptible_sleep_on_timeout() with direct > wait-queue usage. Also replace some rather odd wait-queue usage with the > existent macros. Also adjusted the wake_u

[linux-usb-devel] [PATCH 4/4] sound/usbmidi: change parameters of usb_bulk_msg() to msecs

2005-03-28 Thread Nishanth Aravamudan
Please apply, I missed this conversion. Use milliseconds at the timeout parameter in the call to usb_bulk_msg() to match the converted interface. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.12-rc1-v/sound/usb/usbmidi.c2005-03-28 11:27:26.0 -0800 +++ 2.6.

[linux-usb-devel] [PATCH 3/4] sound/usbaudio: change parameters of snd_usb_ctl_msg() to msecs

2005-03-28 Thread Nishanth Aravamudan
Please apply, I missed this conversion. Use milliseconds at the timeout parameter in the call to snd_usb_ctl_msg(), a wrapper to usb_control_msg(), to match the converted interface. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.12-rc1-v/sound/usb/usbaudio.c 2005-03-28

[linux-usb-devel] [PATCH 2/4] usb/kl5kusb105: change parameters of usb_control_msg() to msecs

2005-03-28 Thread Nishanth Aravamudan
Please apply, I missed this conversion. Use milliseconds at the timeout parameter in the call to usb_control_msg() to match the converted interface. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.12-rc1-v/drivers/usb/serial/kl5kusb105.c2005-03-28 11:27:19.000

[linux-usb-devel] [PATCH 1/3] usb/pwc-ctrl: change parameters of usb_control_msg() to msecs

2005-03-28 Thread Nishanth Aravamudan
Please apply, I missed this conversion. Use milliseconds at the timeout parameter in the call to usb_control_msg() to match the converted interface. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.12-rc1-v/drivers/usb/media/pwc/pwc-ctrl.c 2005-03-28 11:27:19.000

Re: [linux-usb-devel] Re: [UPDATE PATCH] usb/usb-midi: remove interruptible_sleep_on_timeout() usage

2005-03-08 Thread Nishanth Aravamudan
On Tue, Mar 08, 2005 at 09:22:20AM -0800, David Brownell wrote: > On Tuesday 08 March 2005 9:05 am, Alan Stern wrote: > > On Mon, 7 Mar 2005, Nishanth Aravamudan wrote: > > > > > - int maxretry = 50; > > > + unsigned long timeout = 500; > > > > _P

[linux-usb-devel] Re: [UPDATE PATCH] usb/usb-midi: remove interruptible_sleep_on_timeout() usage

2005-03-08 Thread Nishanth Aravamudan
On Tue, Mar 08, 2005 at 12:05:45PM -0500, Alan Stern wrote: > On Mon, 7 Mar 2005, Nishanth Aravamudan wrote: > > > Ah, this is the same problem Vojtech had with a different patch I had > > sent. Does the attached fix seem better / more appropriate? > > There are still

[linux-usb-devel] Re: [patch 1/2] class/usblp: cleanup usblp_write()

2005-03-07 Thread Nishanth Aravamudan
moved. > > Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> > Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> > --- > Bah, nevermind, don't drop, the patches are incremental :) Thanks, Nish --- SF email

[linux-usb-devel] Re: [patch 1/2] class/usblp: cleanup usblp_write()

2005-03-07 Thread Nishanth Aravamudan
moved. > > Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> > Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> > --- This patch can be dropped in favor of the second patch 2/2 which does the usblp cleanup better and much more extensively. Thanks, Nish

Re: [linux-usb-devel] [patch 2/2] usb/usblp: use wait_event_interruptible_timeout()

2005-03-07 Thread Nishanth Aravamudan
On Mon, Mar 07, 2005 at 06:01:46PM -0800, Pete Zaitcev wrote: > On Mon, 7 Mar 2005 16:25:36 -0800 Nishanth Aravamudan <[EMAIL PROTECTED]> > wrote: > > > > > Use wait_event_timeout() instead of custom wait-queue code. Remove > > > > now unused variables. &

Re: [linux-usb-devel] [patch 2/2] usb/usblp: use wait_event_interruptible_timeout()

2005-03-07 Thread Nishanth Aravamudan
On Sun, Mar 06, 2005 at 05:00:45PM -0800, Pete Zaitcev wrote: > On Sun, 06 Mar 2005 23:30:51 +0100 [EMAIL PROTECTED] wrote: > > > Use wait_event_timeout() instead of custom wait-queue code. Remove > > now unused variables. > > What is the purpose of this change? We have an interface that does ex

[linux-usb-devel] [UPDATE PATCH] usb/usb-midi: remove interruptible_sleep_on_timeout() usage

2005-03-07 Thread Nishanth Aravamudan
o the wait_event_timeout() macro. Patch is compile-tested. > > > > Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> > > Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> > > --- > > > > > > kj-domen/drivers/usb/class/usb-midi.c

[linux-usb-devel] [PATCH] usb/usblp: convert USBLP_WRITE_TIMEOUT to milliseconds

2005-02-25 Thread Nishanth Aravamudan
Description: USBLP_WRITE_TIMEOUT was not updated with the the other constants related to converting the final parameter of usb_{control,bulk}_msg() to milliseconds. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc4-mm1-v/drivers/usb/class/usblp.c 2005-02-23

[linux-usb-devel] [PATCH] usb/ftdi_sio: convert WDR_TIMEOUT to milliseconds

2005-02-25 Thread Nishanth Aravamudan
Description: WDR_TIMEOUT was not updated with the the other constants related to converting the final parameter of usb_{control,bulk}_msg() to milliseconds. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc4-mm1-v/drivers/usb/serial/ftdi_sio.c 2005-02-23

[linux-usb-devel] usb_{control,bulk}_msg() in rc4-mm1 verified

2005-02-24 Thread Nishanth Aravamudan
Hi Greg, Just wanted to let you know that I checked all of the callers of usb_{control,bulk}_msg() in 2.6.11-rc4-mm1 and with the just-sent two patches, everything looks good. Thanks, Nish --- SF email is sponsored by - The IT Product Guide Re

Re: [linux-usb-devel] [PATCH 1/63] usb/message: make usb_{control,bulk}_msg() use msecs

2005-02-19 Thread Nishanth Aravamudan
On Tue, Feb 15, 2005 at 02:29:38PM -0800, Greg KH wrote: > On Tue, Feb 08, 2005 at 04:12:32PM -0800, Nishanth Aravamudan wrote: > > Hi, > > > > Sent to everyone so that build and compile tests will be possible. Only Greg > > should need to pull this into a tree, though,

[linux-usb-devel] Re: [PATCH 0/63] convert usb_control_msg() and usb_bulk_msg() to use msecs

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 10:41:44PM +0300, Evgeniy Polyakov wrote: > On Tue, 8 Feb 2005 16:02:12 -0800 > Nishanth Aravamudan <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > The following patchset (affecting USB, Bluetooth, IrDA, Sound, DVB and W1 -- > > hence

Re: [linux-usb-devel] [PATCH 9/63] usb/hub: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 09:25:31PM +0100, Oliver Neukum wrote: > Am Mittwoch, 9. Februar 2005 20:39 schrieb Greg KH: > > > For maintainability, code needs to have a few basic accommodations > > > for newcomers -- or semi-forgetful oldtimers.  (I think that covers > > > pretty much every developer,

Re: [linux-usb-devel] [PATCH 9/63] usb/hub: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 02:00:44PM -0800, Pete Zaitcev wrote: > On Wed, 9 Feb 2005 12:11:27 -0800, Nishanth Aravamudan <[EMAIL PROTECTED]> > wrote: > > > Is 3 * (MSECS_IN_SECS / 2) really all that much clearer than 1500? > > It would be better if it were just MS, IMHO

Re: [linux-usb-devel] [PATCH 9/63] usb/hub: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 11:44:11AM -0800, David Brownell wrote: > On Wednesday 09 February 2005 11:01 am, Nishanth Aravamudan wrote: > > HZ always meant, since the last parameter was > > a jiffies-unit expression, the number of jiffies in a second ... > > ... HZ just m

Re: [linux-usb-devel] [PATCH 9/63] usb/hub: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 11:51:55AM -0800, David Brownell wrote: > On Wednesday 09 February 2005 11:36 am, Greg KH wrote: > > On Wed, Feb 09, 2005 at 11:01:45AM -0800, Nishanth Aravamudan wrote: > > > No, if we say, "this paramater is in milliseconds", like you did,

Re: [linux-usb-devel] [PATCH 9/63] usb/hub: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 11:33:49AM -0800, David Brownell wrote: > On Wednesday 09 February 2005 11:01 am, Nishanth Aravamudan wrote: > > On Wed, Feb 09, 2005 at 10:33:02AM -0800, David Brownell wrote: > > > On Tuesday 08 February 2005 10:05 pm, Nishant

[linux-usb-devel] [RFC PATCH] add wait_event_*_lock() functions

2005-02-09 Thread Nishanth Aravamudan
ff-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-v/include/linux/wait.h 2004-12-24 13:34:57.0 -0800 +++ 2.6.11-rc3/include/linux/wait.h 2005-02-09 11:02:08.0 -0800 @@ -176,6 +1

Re: [linux-usb-devel] [PATCH 9/63] usb/hub: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
On Wed, Feb 09, 2005 at 10:33:02AM -0800, David Brownell wrote: > On Tuesday 08 February 2005 10:05 pm, Nishanth Aravamudan wrote: > > - USB_REQ_CLEAR_FEATURE, USB_RT_HUB, feature, 0, NULL, 0, HZ); > > + USB_REQ_CLEAR_FEATURE, USB_RT_HUB, feature, 0, NULL, 0,

[linux-usb-devel] [PATCH] usb/message: move msecs change into usb_start_wait_urb()

2005-02-09 Thread Nishanth Aravamudan
On Tue, Feb 08, 2005 at 04:12:32PM -0800, Nishanth Aravamudan wrote: > Hi, > > Sent to everyone so that build and compile tests will be possible. Only Greg > should need to pull this into a tree, though, to send upstream. > > Thanks, > Nish > > Description: Chan

[linux-usb-devel] [PATCH 18/63] usb/konicawc: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 27/63] usb/legousbtower: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/legousbtower.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 29/63] usb/phidgetservo: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/phidgetservo.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 40/63] usb/ir-usb: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/ir-usb.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 17/63] usb/ibmcam: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 20/63] usb/se401: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 38/63] usb/ipaq: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/ipaq.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 16/63] usb/wacom: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 25/63] usb/w9968cf: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/media/w9968cf.h 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 35/63] usb/belkin_sa: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/belkin_sa.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 30/63] usb/usbled: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/usbled.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 31/63] usb/uss720: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/uss720.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 47/63] usb/usblcd: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/usblcd.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 22/63] usb/ultracam: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/media/ultracam.c2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 41/63] usb/keyspan_pda: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/keyspan_pda.c2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 24/63] usb/auerswald: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/auerswald.c2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 21/63] usb/sn9c102: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/media/sn9c102.h 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 14/63] usb/aipteke: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 5/63] usb/audio: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/class/audio.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 32/63] usb/catc: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/net/catc.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 23/63] usb/vicam: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/media/vicam.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 42/63] usb/kl5kusb105: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/kl5kusb105.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 15/63] usb/mtouchusb: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 39/63] usb/ipw: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/ipw.c2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 6/63] usb/cdc-acm: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/class/cdc-acm.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 19/63] usb/ov511: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 26/63] usb/idmouse: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/idmouse.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 11/63] usb/cytherm: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 45/63] usb/visor: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/visor.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 8/63] usb/devio: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/core/devio.c2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 13/63] usb/powermate: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 48/63] usb/whiteheat: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/whiteheat.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 10/63] usb/hid-core: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 46/63] usb/rio500: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/rio500.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 4/63] usb/speedtch: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/atm/speedtch.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 28/63] usb/phidgetkit: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/phidgetkit.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 43/63] usb/mct_u232: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/mct_u232.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 34/63] usb/usbnet: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Remove unused jiffy-unit constant. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/net/usbnet.c2005-02-03 16:57:40.000

[linux-usb-devel] [PATCH 7/63] usb/usblp: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/misc/usblcd.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 12/63] usb/usbtest: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT were converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 44/63] usb/ti_usb_3410_5052: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/ti_usb_3410_5052.c 2005-02-03 16:57:40.0 -0800 +++

[linux-usb-devel] [PATCH 49/63] usb/usb-skeleton: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/usb-skeleton.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 9/63] usb/hub: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT was converted to milliseconds in a separate patch. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drive

[linux-usb-devel] [PATCH 36/63] usb/ezusb: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/ezusb.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 33/63] usb/rtl8150: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/net/rtl8150.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 37/63] usb/io_ti: change parameters of usb_{control,bulk}_msg() to msecs

2005-02-09 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_{control,bulk}_msg() to milliseconds. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/serial/io_ti.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/d

[linux-usb-devel] [PATCH 2/63] include/usb: change USB_CTRL_{SET,GET}_TIMEOUT to msecs

2005-02-08 Thread Nishanth Aravamudan
constants in usb.h to correspond to the new parameter units for usb_{control,bulk}_msg(), in this case from seconds to milliseconds. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/include/linux/usb.h 2005-02-03 16:57:39.0 -0800 +++ 2.6.11-rc3-kj/include/linux

[linux-usb-devel] [PATCH 1/63] usb/message: make usb_{control,bulk}_msg() use msecs

2005-02-08 Thread Nishanth Aravamudan
the core patch upon which the remaining ones will be built. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc3-kj-v/drivers/usb/core/message.c 2005-02-03 16:57:40.0 -0800 +++ 2.6.11-rc3-kj/drivers/usb/core/message.c2005-02-08

[linux-usb-devel] [PATCH 0/63] convert usb_control_msg() and usb_bulk_msg() to use msecs

2005-02-08 Thread Nishanth Aravamudan
Hi, The following patchset (affecting USB, Bluetooth, IrDA, Sound, DVB and W1 -- hence the long To: an Cc: lists...) converts the usb_control_msg() and usb_bulk_msg() functions to use milliseconds in the timeout parameter instead of jiffies. This is not a problem for almost all cases, as the reque

[linux-usb-devel] [PATCH 3/63] usb/message: change parameters of usb_control_msg() to msecs

2005-02-08 Thread Nishanth Aravamudan
Hi, Description: Change units of parameters being passed to usb_control_msg() to milliseconds. USB_CTRL_{GET,SET}_TIMEOUT's units are changed in a separate patch such that the the HZ multiplication is no longer necessary. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.

[linux-usb-devel] [PATCH 8/20] usb/usb-midi: remove interruptible_sleep_on_timeout() usage

2005-02-02 Thread Nishanth Aravamudan
Hello, Description: Replace direct wait-queue usage with wait_event_timeout(). Removed some local variables which help determine loop time, but which are now compressed into the wait_event_timeout() macro. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTEC

[linux-usb-devel] [PATCH 7/20] usb/rio500: remove interruptible_sleep_on_timeout() usage

2005-02-02 Thread Nishanth Aravamudan
Hello, Description: Replace deprecated interruptible_sleep_on_timeout() with direct wait-queue usage. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/usb/misc/rio500.c 2005-01-24 09:28:33.0 -0800 +++ 2.6.11-rc2-kj/d

[linux-usb-devel] [PATCH 6/20] usb/digi_acceleport: remove interruptible_sleep_on_timeout() usage

2005-02-02 Thread Nishanth Aravamudan
were not be checked in the current code). Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc2-kj-v/drivers/usb/serial/digi_acceleport.c2005-01-24 09:28:33.0 -0800 +++ 2.6.11-rc2-kj/drivers/usb/serial/digi_acceleport.c 2005-02-01

[linux-usb-devel] [PATCH] usb/io_edgeport: remove interruptible_sleep_on_timeout() usage

2005-02-01 Thread Nishanth Aravamudan
On Tue, Feb 01, 2005 at 11:43:08AM -0800, Nishanth Aravamudan wrote: > On Mon, Jan 31, 2005 at 10:57:49AM -0800, Greg KH wrote: > > On Tue, Jan 25, 2005 at 04:49:18PM -0800, Nishanth Aravamudan wrote: > > > Hi, > > > > > > Please consider applying. > > &g

[linux-usb-devel] [PATCH] usb/mdc800: replace wake_up() with wake_up_interruptible()

2005-02-01 Thread Nishanth Aravamudan
On Tue, Feb 01, 2005 at 11:51:36AM -0800, Nishanth Aravamudan wrote: > On Mon, Jan 31, 2005 at 10:58:02AM -0800, Greg KH wrote: > > On Fri, Jan 21, 2005 at 01:37:39PM -0800, Nishanth Aravamudan wrote: > > > Hi, > > > > > > Please consider applying. > > &g

[linux-usb-devel] [UPDATE PATCH 37/39] usb/mdc800: use wait_event_timeout()

2005-02-01 Thread Nishanth Aravamudan
On Mon, Jan 31, 2005 at 10:58:02AM -0800, Greg KH wrote: > On Fri, Jan 21, 2005 at 01:37:39PM -0800, Nishanth Aravamudan wrote: > > Hi, > > > > Please consider applying. > > > > Description: Use wait_event_timeout() instead of custom wait-queue code. &g

[linux-usb-devel] [UPDATE PATCH 33/33] usb/io_edgeport: remove interruptible_sleep_on_timeout() usage

2005-02-01 Thread Nishanth Aravamudan
On Mon, Jan 31, 2005 at 10:57:49AM -0800, Greg KH wrote: > On Tue, Jan 25, 2005 at 04:49:18PM -0800, Nishanth Aravamudan wrote: > > Hi, > > > > Please consider applying. > > > > Description: Use wait_event_timeout() instead of deprecated > > interrupti

[linux-usb-devel] [UPDATE PATCH 36/39] usb/kaweth: use wait_event_timeout()

2005-01-31 Thread Nishanth Aravamudan
On Mon, Jan 31, 2005 at 11:33:28AM -0800, Greg KH wrote: > On Mon, Jan 31, 2005 at 11:27:03AM -0800, Nishanth Aravamudan wrote: > > On Mon, Jan 31, 2005 at 10:51:59AM -0800, Greg KH wrote: > > > On Fri, Jan 21, 2005 at 01:36:35PM -0800, Nishanth Aravamudan

[linux-usb-devel] Re: [PATCH 36/39] usb/kaweth: use wait_event_timeout()

2005-01-31 Thread Nishanth Aravamudan
On Mon, Jan 31, 2005 at 10:51:59AM -0800, Greg KH wrote: > On Fri, Jan 21, 2005 at 01:36:35PM -0800, Nishanth Aravamudan wrote: > > Hi, > > > > Please consider applying. > > > > Description: Use wait_event_timeout() instead of custom wait-queue code. >

[linux-usb-devel] [UPDATE PATCH 35/39] usb/hid-core: use wait_event_timeout()

2005-01-31 Thread Nishanth Aravamudan
On Mon, Jan 31, 2005 at 10:50:53AM -0800, Greg KH wrote: > On Fri, Jan 21, 2005 at 01:35:01PM -0800, Nishanth Aravamudan wrote: > > Hi, > > > > Please consider applying. > > > > Description: Use wait_event_timeout() instead of custom wait-queue code. &g

[linux-usb-devel] [PATCH 33/33] usb/io_edgeport: replace interruptible_sleep_on_timeout() with wait_event_timeout()

2005-01-25 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_timeout() instead of deprecated interruptible_sleep_on_timeout(). Signals are not checked in the current code, so interruptible should not be necessary. Patch is compile-tested. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTEC

Re: [linux-usb-devel] [PATCH 36/39] usb/kaweth: use wait_event_timeout()

2005-01-21 Thread Nishanth Aravamudan
On Fri, Jan 21, 2005 at 11:02:32PM +0100, Oliver Neukum wrote: > Am Freitag, 21. Januar 2005 22:36 schrieb Nishanth Aravamudan: > > Hi, > > > > Please consider applying. > > > > Description: Use wait_event_timeout() instead of custom wait-queue code. >

[linux-usb-devel] [PATCH 38/39] usb/usblp: use wait_event_interruptible_timeout()

2005-01-21 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_timeout() instead of custom wait-queue code. Remove now unused variables. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc1-kj-v/drivers/usb/class/usblp.c 2005-01-15 16:55:42.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 37/39] usb/mdc800: use wait_event_timeout()

2005-01-21 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_timeout() instead of custom wait-queue code. Remove now unused variables. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc1-kj-v/drivers/usb/image/mdc800.c 2005-01-15 16:55:42.0 -0800 +++ 2.6.11-

[linux-usb-devel] [PATCH 36/39] usb/kaweth: use wait_event_timeout()

2005-01-21 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_timeout() instead of custom wait-queue code. Remove now unused variables. I changed the code to only add to the wait-queue if necessary, but I'm not sure if this is correct. Signed-off-by: Nishanth Aravamudan <[EMAIL P

[linux-usb-devel] [PATCH 35/39] usb/hid-core: use wait_event_timeout()

2005-01-21 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_timeout() instead of custom wait-queue code. Remove now unused variables. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc1-kj-v/drivers/usb/input/hid-core.c2005-01-15 16:55:42.0 -0800 +++ 2.6.

[linux-usb-devel] [PATCH 34/39] usb/auerswald: use wait_event_timeout()

2005-01-21 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_timeout() instead of custom wait-queue code. There might be a problem with returning without adding/removing to the waitqueue before wait_event_timeout() is called. I am not sure if this is a problem or not. Signed-off-by: Nishanth

[linux-usb-devel] [PATCH 33/39] usb/ati_remote: use wait_event_timeout()

2005-01-21 Thread Nishanth Aravamudan
Hi, Please consider applying. Description: Use wait_event_timeout() instead of custom wait-queue code. The current code uses TASK_INTERRUPTIBLE but doesn't seem to care about signals so TASK_UNINTERRUPTIBLE should be ok. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.

[linux-usb-devel] [PATCH 21/21] usb/cypress_m8: replace schedule_timeout() with msleep()

2005-01-17 Thread Nishanth Aravamudan
: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.11-rc1-kj-v/drivers/usb/serial/cypress_m8.c 2005-01-15 16:55:42.0 -0800 +++ 2.6.11-rc1-kj/drivers/usb/serial/cypress_m8.c 2005-01-17 00:17:27.0 -0800 @@ -49,9 +49,10 @@ #include #include #include -#include #i

[linux-usb-devel] [PATCH] [Bug #387] add wake-up for waitqueues in usbfs_remove_file()

2004-12-08 Thread Nishanth Aravamudan
-queue entries when a device is removed from the system. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- 2.6.10-rc3-v/drivers/usb/core/inode.c 2004-12-08 13:38:55.0 -0800 +++ 2.6.10-rc3/drivers/usb/core/inode.c 2004-12-08 11:57:52.0 -0800 @@ -715,6 +715,7 @

  1   2   >