This is a note to let you know that I've just added the patch titled

    Revert "Bluetooth: Enable USB autosuspend by default on btusb"

to the 2.6.37-stable tree which can be found at:
    
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     revert-bluetooth-enable-usb-autosuspend-by-default-on-btusb.patch
and it can be found in the queue-2.6.37 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.


>From 78794b2cdeac37ac1fd950fc9c4454b56d88ac03 Mon Sep 17 00:00:00 2001
From: Linus Torvalds <[email protected]>
Date: Wed, 23 Feb 2011 19:42:03 -0800
Subject: Revert "Bluetooth: Enable USB autosuspend by default on btusb"

From: Linus Torvalds <[email protected]>

commit 78794b2cdeac37ac1fd950fc9c4454b56d88ac03 upstream.

This reverts commit 556ea928f78a390fe16ae584e6433dff304d3014.

Jeff Chua reports that it can cause some bluetooth devices (he mentions
an Bluetooth Intermec scanner) to just stop responding after a while
with messages like

  [ 4533.361959] btusb 8-1:1.0: no reset_resume for driver btusb?
  [ 4533.361964] btusb 8-1:1.1: no reset_resume for driver btusb?

from the kernel. See also

  https://bugzilla.kernel.org/show_bug.cgi?id=26182

for other reports.

Reported-by: Jeff Chua <[email protected]>
Reported-by: Andrew Meakovski <[email protected]>
Reported-by: Jim Faulkner <[email protected]>
Acked-by: Greg KH <[email protected]>
Acked-by: Matthew Garrett <[email protected]>
Acked-by: Gustavo F. Padovan <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/bluetooth/btusb.c |    2 --
 1 file changed, 2 deletions(-)

--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -1038,8 +1038,6 @@ static int btusb_probe(struct usb_interf
 
        usb_set_intfdata(intf, data);
 
-       usb_enable_autosuspend(interface_to_usbdev(intf));
-
        return 0;
 }
 


Patches currently in stable-queue which might be from 
[email protected] are

queue-2.6.37/mm-prevent-concurrent-unmap_mapping_range-on-the-same-inode.patch
queue-2.6.37/revert-bluetooth-enable-usb-autosuspend-by-default-on-btusb.patch

_______________________________________________
stable mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/stable

Reply via email to