summaryrefslogtreecommitdiffstats
path: root/linux-drd/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto...
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-12 08:18:48 +0200
committerGravatar Tom Willemse2014-04-12 08:18:48 +0200
commit746ff076163a9af8fdcf14eb6651e2b295654d64 (patch)
tree5411e200f248f19ea6ff38bc49e9cea02f57457c /linux-drd/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
parentbee882c367253a52ab6edcfe74d95a01d2194368 (diff)
downloadpkgbuilds-746ff076163a9af8fdcf14eb6651e2b295654d64.tar.gz
pkgbuilds-746ff076163a9af8fdcf14eb6651e2b295654d64.zip
Update linux-drd to 3.14-5
Diffstat (limited to 'linux-drd/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch')
-rw-r--r--linux-drd/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/linux-drd/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch b/linux-drd/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
deleted file mode 100644
index de33191..0000000
--- a/linux-drd/0006-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From d02e0fc02f3cfa078e301698f0475adcdf6f72ab Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Thomas=20B=C3=A4chler?= <thomas@archlinux.org>
-Date: Thu, 3 Apr 2014 23:59:49 +0200
-Subject: [PATCH 6/6] Revert "Bluetooth: Enable autosuspend for Intel Bluetooth
- device"
-
-This reverts commit d2bee8fb6e18f6116aada39851918473761f7ab1.
-
-USB autosuspend still breaks on some xhci controllers, so disable
-it by default as long as no solution is found.
----
- drivers/bluetooth/btusb.c | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
-index baeaaed..6d6e09e 100644
---- a/drivers/bluetooth/btusb.c
-+++ b/drivers/bluetooth/btusb.c
-@@ -1478,10 +1478,8 @@ static int btusb_probe(struct usb_interface *intf,
- if (id->driver_info & BTUSB_BCM92035)
- hdev->setup = btusb_setup_bcm92035;
-
-- if (id->driver_info & BTUSB_INTEL) {
-- usb_enable_autosuspend(data->udev);
-+ if (id->driver_info & BTUSB_INTEL)
- hdev->setup = btusb_setup_intel;
-- }
-
- /* Interface numbers are hardcoded in the specification */
- data->isoc = usb_ifnum_to_if(data->udev, 1);
---
-1.9.1
-