commit | fbf95296c1c8b1ba09bdea0438ce2c61e0e3be5d | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@web.de> | Thu Mar 05 21:29:51 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 16 18:09:27 2009 -0400 |
tree | 0a6b5dfb72601cf4e75b89a4c3e03a14284c34d8 | |
parent | 19d8bc22bcea749da2ba065a1ff9e054fadb556e [diff] |
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 <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>