2009-03-05 20:29:54

by Christian Lamparter

[permalink] [raw]
Subject: [PATCH 2/7] p54usb: stop USB core interference in exit path

The patch fixes a problem when the (Soft)LED stayed on after the module was unloaded.
It turned out that the USB core disables all endpoints before calling the disconnect method.
So it was impossible to switch off the radio & LEDs.

Signed-off-by: Christian Lamparter <[email protected]>
---
diff -Nurp a/drivers/net/wireless/p54/p54usb.c b/drivers/net/wireless/p54/p54usb.c
--- a/drivers/net/wireless/p54/p54usb.c 2009-03-04 22:17:37.000000000 +0100
+++ b/drivers/net/wireless/p54/p54usb.c 2009-03-05 14:49:43.000000000 +0100
@@ -1024,6 +1024,7 @@ static struct usb_driver p54u_driver = {
.disconnect = p54u_disconnect,
.pre_reset = p54u_pre_reset,
.post_reset = p54u_post_reset,
+ .soft_unbind = 1,
};

static int __init p54u_init(void)


2009-03-14 06:50:47

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH 2/7] p54usb: stop USB core interference in exit path

Christian Lamparter <[email protected]> writes:

> The patch fixes a problem when the (Soft)LED stayed on after the module was unloaded.
> It turned out that the USB core disables all endpoints before calling the disconnect method.
> So it was impossible to switch off the radio & LEDs.

Please use shorter line length in the commit log.

--
Kalle Valo