Re: [linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:17:37PM -0800, Miles Lane wrote: > Would you send out a diff against 2.5.5-pre1 + all the patches you > have for 2.5.5-pre1 on ftp.kernel.org? It's unclear whether applying > Patrick's patch is all I need to do, because I am not sure how > Patrick's tree differs from 2

Re: [linux-usb-devel] [BK PATCH] USB changes for 2.5.5-pre1

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:16:29PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-02-15 12:06:45-08:00, [EMAIL PROTECTED] > usb skeleton driver: > - fix by Holger Waechtler <[EMAIL PROTECTED]> for if a device does > not have both a bulk in and bulk out endpoint. > > drivers/usb/

Re: [linux-usb-devel] [BK PATCH] USB changes for 2.5.5-pre1

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:16:29PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-02-15 12:00:16-08:00, [EMAIL PROTECTED] > usb usbfs: > - fixes based on Pat Mochel's latest driverfs fixes based on Al Viro's >comments :) > > drivers/usb/inode.c | 51 --

Re: [linux-usb-devel] [BK PATCH] USB changes for 2.5.5-pre1

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:16:29PM -0800, Greg KH wrote: > -- > [EMAIL PROTECTED], 2002-02-15 11:59:08-08:00, [EMAIL PROTECTED] > usb visor driver: > - added support for the Clie S-360 device > > drivers/usb/serial/visor.c |9 +++-- > drivers/usb/serial/visor.h |3 ++- >

Re: [linux-usb-devel] [BK PATCH] USB changes for 2.5.5-pre1

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:16:29PM -0800, Greg KH wrote: > [EMAIL PROTECTED], 2002-02-15 11:58:26-08:00, [EMAIL PROTECTED] > usb hub: > - fixed problem where usb_port_status was on the stack. > Based on a patch from Martin Diehl > > drivers/usb/hub.c | 60 ++

Re: [linux-usb-devel] [BK PATCH] USB changes for 2.5.5-pre1

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:16:29PM -0800, Greg KH wrote: > -- > [EMAIL PROTECTED], 2002-02-15 11:55:30-08:00, [EMAIL PROTECTED] > usb core: > - Fix for removing a device that does not have a driver bound to it. > > drivers/usb/usb.c |6 +++--- > 1 files changed, 3 insertions(+),

Re: [linux-usb-devel] 2.5.5-pre1 + all Greg KH's patches hangs every time loading usb-ohci.

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:40:48PM -0800, Miles Lane wrote: > > > > Oh wait, is this a SMP kernel? Do you have a hid device? I have this > > problem with Vojtech's latest code, but haven't tracked it down yet. > > Bingo. The answers are yes and yes. Good, go bug Vojtech to fix this :) thank

Re: [linux-usb-devel] 2.5.5-pre1 + all Greg KH's patches hangsevery time loading usb-ohci.

2002-02-15 Thread Miles Lane
On Fri, 2002-02-15 at 12:19, Greg KH wrote: > On Fri, Feb 15, 2002 at 12:11:13PM -0800, Miles Lane wrote: > > On Fri, 2002-02-15 at 10:57, Greg KH wrote: > > > On Fri, Feb 15, 2002 at 10:35:47AM -0800, Miles Lane wrote: > > > > Hi, > > > > > > > > I wish I could give more information, but the mac

Re: [linux-usb-devel] 2.5.5-pre1 + all Greg KH's patches hangs every time loading usb-ohci.

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 12:11:13PM -0800, Miles Lane wrote: > On Fri, 2002-02-15 at 10:57, Greg KH wrote: > > On Fri, Feb 15, 2002 at 10:35:47AM -0800, Miles Lane wrote: > > > Hi, > > > > > > I wish I could give more information, but the machine > > > locks up hard, no OOPS and SysRq doesn't work

Re: [linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Miles Lane
On Fri, 2002-02-15 at 11:11, Greg KH wrote: > On Fri, Feb 15, 2002 at 10:22:05AM -0800, Patrick Mochel wrote: > > > > On Fri, 15 Feb 2002, Patrick Mochel wrote: > > > > > > > > > no, it doesn't solve the problem. i would like to test it whith > > > > preemtible kernel not set but it doesn't bo

[linux-usb-devel] [BK PATCH] USB changes for 2.5.5-pre1

2002-02-15 Thread Greg KH
Pull from: bk://linuxusb.bkbits.net/linus-2.5 drivers/usb/hub.c | 60 + drivers/usb/inode.c| 51 -- drivers/usb/serial/visor.c |9 +- drivers/usb/serial/visor.h |3 +- drivers/usb

Re: [linux-usb-devel] 2.5.5-pre1 + all Greg KH's patches hangsevery time loading usb-ohci.

2002-02-15 Thread Miles Lane
On Fri, 2002-02-15 at 10:57, Greg KH wrote: > On Fri, Feb 15, 2002 at 10:35:47AM -0800, Miles Lane wrote: > > Hi, > > > > I wish I could give more information, but the machine > > locks up hard, no OOPS and SysRq doesn't work. > > See Pat's recent post for the probably cause of this. But I'm no

[linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Pierre Rousselet
Patrick Mochel wrote: > On Fri, 15 Feb 2002, Patrick Mochel wrote: > > >>> no, it doesn't solve the problem. i would like to test it whith preemtible >>> kernel not set but it doesn't boot. >>> >> While Greg's patch did fix part of the problem, the rest of it was >> on my end. Could you t

[linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 10:22:05AM -0800, Patrick Mochel wrote: > > On Fri, 15 Feb 2002, Patrick Mochel wrote: > > > > > > no, it doesn't solve the problem. i would like to test it whith > > > preemtible kernel not set but it doesn't boot. > > > > While Greg's patch did fix part of the proble

Re: [linux-usb-devel] 2.5.5-pre1 + all Greg KH's patches hangs every time loading usb-ohci.

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 10:35:47AM -0800, Miles Lane wrote: > Hi, > > I wish I could give more information, but the machine > locks up hard, no OOPS and SysRq doesn't work. See Pat's recent post for the probably cause of this. thanks, greg k-h ___ [

[linux-usb-devel] 2.5.5-pre1 + all Greg KH's patches hangs every time loadingusb-ohci.

2002-02-15 Thread Miles Lane
Hi, I wish I could give more information, but the machine locks up hard, no OOPS and SysRq doesn't work. Miles ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Re: [linux-usb-devel] [PATCH] FW: Connect Debounce

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 09:56:47AM +0100, Martin Diehl wrote: > On Thu, 14 Feb 2002, Greg KH wrote: > > > > +static int usb_hub_port_status(struct usb_device *hub, int port, > > > +unsigned short *status, unsigned short *change) > > > > status and change should both be u1

Re: [linux-usb-devel] [PATCH] FW: Connect Debounce

2002-02-15 Thread Greg KH
On Thu, Feb 14, 2002 at 04:26:29PM -0800, David Brownell wrote: > Hmm, I'm a bit concerned that this code is going to interact > with handing off devices from EHCI to a companion controller. > > Somewhere between 2.4.12 and 2.4.17 an important pair of > lines got removed from hub.c usb_hub_port_w

[linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Patrick Mochel
On Fri, 15 Feb 2002, Patrick Mochel wrote: > > > no, it doesn't solve the problem. i would like to test it whith > > preemtible kernel not set but it doesn't boot. > > While Greg's patch did fix part of the problem, the rest of it was on my > end. Could you try this patch, and see if helps?

[linux-usb-devel] [PATCH] hub usb_port_status stack bug

2002-02-15 Thread Greg KH
Hi, Ok, in the whole "hub debounce problem" the problem where usb_port_status is on the stack and passed to the host controller was also brought up. Here's that patch split out of the debounce patch against 2.5.5-pre1 thanks to Martin Diehl. Does anyone have any problems with this patch? I'll a

[linux-usb-devel] [PATCH] Sony S-360 device support

2002-02-15 Thread Greg KH
Here's a small patch against 2.5.5-pre1 that adds Sony S-360 support to the visor driver. thanks, greg k-h diff -Nru a/drivers/usb/serial/visor.c b/drivers/usb/serial/visor.c --- a/drivers/usb/serial/visor.cFri Feb 15 09:53:38 2002 +++ b/drivers/usb/serial/visor.cFri Feb 15 09:5

[linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Patrick Mochel
> no, it doesn't solve the problem. i would like to test it whith > preemtible kernel not set but it doesn't boot. While Greg's patch did fix part of the problem, the rest of it was on my end. Could you try this patch, and see if helps? Thanks, -pat = fs/driverfs/inode.c 1.14 vs

[linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Pierre Rousselet
Greg KH wrote: > On Fri, Feb 15, 2002 at 03:54:40PM +0100, Pierre Rousselet wrote: > >>with 2.5.5-pre1 usb-uhci module can't unload. rmmod hangs, leaving the >>system unstable. in one circumstance the box freezed with an oops >>involving swapper pid0 . this doesn't happen with 2.5.4 >> > > Try

[linux-usb-devel] Re: 2.5.5-pre1 rmmod usb-uhci hangs

2002-02-15 Thread Greg KH
On Fri, Feb 15, 2002 at 03:54:40PM +0100, Pierre Rousselet wrote: > with 2.5.5-pre1 usb-uhci module can't unload. rmmod hangs, leaving the > system unstable. in one circumstance the box freezed with an oops > involving swapper pid0 . this doesn't happen with 2.5.4 Try this (untested, I haven't

Re: [linux-usb-devel] [PATCH] FW: Connect Debounce

2002-02-15 Thread Martin Diehl
On Thu, 14 Feb 2002, Greg KH wrote: > > +static int usb_hub_port_status(struct usb_device *hub, int port, > > + unsigned short *status, unsigned short *change) > > status and change should both be u16 types, right? Well, I've used the same type which was used by the cal