mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
linux-moblin: add 2.6.33.2 kernel from MeeGo 1.0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
11
meta-moblin/packages/linux/linux-moblin-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch
vendored
Normal file
11
meta-moblin/packages/linux/linux-moblin-2.6.33.2/linux-2.6-usb-bt-autosuspend.patch
vendored
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user