My current system is Xubuntu 16.04 LTS

<pre><code>
$ cat /proc/version_signature
Ubuntu 4.4.0-22.40-generic 4.4.8
</code></pre>

I had to apply the patch to make bluetooth working with my Mediatek
MT7630E driver. And as reported by others in the other bug report I
mentioned, it works for other Linux flavors too.

The other bug report (comment) that I mentioned doesn't specify the
exact patch for ubuntu kernel 4.4.0. The following is the the exact
patch for ubuntu kernel 4.4.0-22-40:

64a65
> #define BTUSB_MEDIATEK      0x100000
81c82
<       { USB_DEVICE(0x0e8d, 0x763f) },
---
>       { USB_DEVICE(0x0e8d, 0x763f), .driver_info = BTUSB_MEDIATEK },
2954c2955,2959
< 
---
>       
>       if (id->driver_info & BTUSB_MEDIATEK) { 
>              set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
>       }
>

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1584328

Title:
  btusb.c needs a ~4 line patch to get bluetooth working with mt7630e

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1584328/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to