← Back to team overview

kernel-packages team mailing list archive

[Bug 1584328] Re: btusb.c needs a ~4 line patch to get bluetooth working with mt7630e

 

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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1584328

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

Status in linux package in Ubuntu:
  Triaged

Bug description:
  This is the link to the bug report and the patch:

  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1220146/comments/288

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


References