summarylogtreecommitdiffstats
path: root/bluetooth.patch
diff options
context:
space:
mode:
authorTony Lambiris2016-07-05 19:28:38 -0400
committerTony Lambiris2016-07-05 19:28:38 -0400
commitf9da30a5aa361ec24db25875a9fe254f72d4a9c3 (patch)
treeedfe92cad38d16b18d5296a12365d4ee9703ab2d /bluetooth.patch
parent78a8b2e91463f7e66ad55bcd362ab25728e80b79 (diff)
downloadaur-f9da30a5aa361ec24db25875a9fe254f72d4a9c3.tar.gz
Renaming linux-macbook-pro to linux-macbook
Diffstat (limited to 'bluetooth.patch')
-rw-r--r--bluetooth.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/bluetooth.patch b/bluetooth.patch
deleted file mode 100644
index 90c21dca9b82..000000000000
--- a/bluetooth.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
-index b4cf8d9..4520a03 100644
---- a/drivers/bluetooth/btusb.c
-+++ b/drivers/bluetooth/btusb.c
-@@ -2657,7 +2657,7 @@ static int btusb_probe(struct usb_interface *intf,
- BT_DBG("intf %p id %p", intf, id);
-
- /* interface numbers are hardcoded in the spec */
-- if (intf->cur_altsetting->desc.bInterfaceNumber != 0)
-+ if (intf->cur_altsetting->desc.bInterfaceNumber != 2)
- return -ENODEV;
-
- if (!id->driver_info) {
-@@ -2827,7 +2827,7 @@ static int btusb_probe(struct usb_interface *intf,
- data->isoc = NULL;
- } else {
- /* Interface numbers are hardcoded in the specification */
-- data->isoc = usb_ifnum_to_if(data->udev, 1);
-+ data->isoc = usb_ifnum_to_if(data->udev, 3);
- }
-
- if (!reset)