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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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.
&
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
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
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
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
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
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,
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
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,
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
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
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,
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
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
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,
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
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
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-
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-
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
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
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
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
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
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
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-
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
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
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
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-
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-
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-
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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-
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
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
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
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-
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-
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
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
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
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
+++
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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.
>
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
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
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.
>
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-
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-
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
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.
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
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.
: 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
-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 - 100 of 109 matches
Mail list logo