Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetoot...
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 29 May 2014 17:03:47 +0000 (13:03 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 May 2014 17:03:47 +0000 (13:03 -0400)
Conflicts:
drivers/bluetooth/btusb.c

1  2 
drivers/bluetooth/btusb.c
net/bluetooth/hci_conn.c
net/bluetooth/hci_event.c
net/bluetooth/rfcomm/core.c

index a7dfbf9a3afb6be53e372f78d9ee8202bdb17d08,8f579cd9bbaf398489764ea3e78ecca2146d818d..a1c80b0c7663d25baf2224bae0513b3bb29c6543
@@@ -1486,8 -1635,13 +1636,11 @@@ static int btusb_probe(struct usb_inter
        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_BCM_PATCHRAM)
+               hdev->setup = btusb_setup_bcm_patchram;
 +      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);
Simple merge
Simple merge
Simple merge