summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch')
-rw-r--r--meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch b/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch
new file mode 100644
index 000000000..461091005
--- /dev/null
+++ b/meta/recipes-kernel/linux/linux-netbook-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch
@@ -0,0 +1,11 @@
+--- linux-2.6.33/drivers/bluetooth/btusb.c~ 2010-02-24 13:52:17.000000000 -0500
++++ linux-2.6.33/drivers/bluetooth/btusb.c 2010-03-23 14:36:48.301179380 -0400
+@@ -1020,6 +1020,8 @@
+ return err;
+ }
+
++ usb_device_autosuspend_enable(data->udev);
++
+ usb_set_intfdata(intf, data);
+
+ return 0;