mbox series

[v2,0/1,SRU,Unstable/OEM-6.0/Kinetic] Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922

Message ID 20221207091426.60495-1-andy.chi@canonical.com
Headers show
Series Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922 | expand

Message

Andy Chi Dec. 7, 2022, 9:14 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1998885

[Impact]

A Mediatek MT7922 Bluetooth doesn't work out of box.

[Fix]

One ID for Foxconn / Hon Hai was included in upstream, add the ID to support this BT device.

[Test Case]

Apply this patch on OEM-6.0 and bring up MT7922 Bluetooth.
Check BD address from output of `hciconfig`.

[Where problems could occur]

This brings up new devices that wasn't working. After being up and
running, we may face some other runtime issue, e.g. power consumption.

V2: Update bug description, apply the patch and build on OEM-6.0.

Andy Chi (1):
  Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922

 drivers/bluetooth/btusb.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Timo Aaltonen Dec. 14, 2022, 4:41 p.m. UTC | #1
Andy Chi kirjoitti 7.12.2022 klo 11.14:
> BugLink: https://bugs.launchpad.net/bugs/1998885
> 
> [Impact]
> 
> A Mediatek MT7922 Bluetooth doesn't work out of box.
> 
> [Fix]
> 
> One ID for Foxconn / Hon Hai was included in upstream, add the ID to support this BT device.
> 
> [Test Case]
> 
> Apply this patch on OEM-6.0 and bring up MT7922 Bluetooth.
> Check BD address from output of `hciconfig`.
> 
> [Where problems could occur]
> 
> This brings up new devices that wasn't working. After being up and
> running, we may face some other runtime issue, e.g. power consumption.
> 
> V2: Update bug description, apply the patch and build on OEM-6.0.
> 
> Andy Chi (1):
>    Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922
> 
>   drivers/bluetooth/btusb.c | 3 +++
>   1 file changed, 3 insertions(+)
> 

applied to oem-6.0, thanks
Andrea Righi Dec. 16, 2022, 6:31 a.m. UTC | #2
On Wed, Dec 07, 2022 at 05:14:23PM +0800, Andy Chi wrote:
> BugLink: https://bugs.launchpad.net/bugs/1998885
> 
> [Impact]
> 
> A Mediatek MT7922 Bluetooth doesn't work out of box.
> 
> [Fix]
> 
> One ID for Foxconn / Hon Hai was included in upstream, add the ID to support this BT device.
> 
> [Test Case]
> 
> Apply this patch on OEM-6.0 and bring up MT7922 Bluetooth.
> Check BD address from output of `hciconfig`.
> 
> [Where problems could occur]
> 
> This brings up new devices that wasn't working. After being up and
> running, we may face some other runtime issue, e.g. power consumption.
> 
> V2: Update bug description, apply the patch and build on OEM-6.0.

Applied to lunar/linux.

Thanks,
-Andrea
Tim Gardner Dec. 16, 2022, 5:43 p.m. UTC | #3
On 12/7/22 2:14 AM, Andy Chi wrote:
> BugLink: https://bugs.launchpad.net/bugs/1998885
> 
> [Impact]
> 
> A Mediatek MT7922 Bluetooth doesn't work out of box.
> 
> [Fix]
> 
> One ID for Foxconn / Hon Hai was included in upstream, add the ID to support this BT device.
> 
> [Test Case]
> 
> Apply this patch on OEM-6.0 and bring up MT7922 Bluetooth.
> Check BD address from output of `hciconfig`.
> 
> [Where problems could occur]
> 
> This brings up new devices that wasn't working. After being up and
> running, we may face some other runtime issue, e.g. power consumption.
> 
> V2: Update bug description, apply the patch and build on OEM-6.0.
> 
> Andy Chi (1):
>    Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922
> 
>   drivers/bluetooth/btusb.c | 3 +++
>   1 file changed, 3 insertions(+)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Luke Nowakowski-Krijger Jan. 5, 2023, 4:07 a.m. UTC | #4
Acked-by: Luke Nowakowski-Krijger <luke.nowakowskikrijger@canonical.com>

On Wed, Dec 7, 2022 at 1:15 AM Andy Chi <andy.chi@canonical.com> wrote:

> BugLink: https://bugs.launchpad.net/bugs/1998885
>
> [Impact]
>
> A Mediatek MT7922 Bluetooth doesn't work out of box.
>
> [Fix]
>
> One ID for Foxconn / Hon Hai was included in upstream, add the ID to
> support this BT device.
>
> [Test Case]
>
> Apply this patch on OEM-6.0 and bring up MT7922 Bluetooth.
> Check BD address from output of `hciconfig`.
>
> [Where problems could occur]
>
> This brings up new devices that wasn't working. After being up and
> running, we may face some other runtime issue, e.g. power consumption.
>
> V2: Update bug description, apply the patch and build on OEM-6.0.
>
> Andy Chi (1):
>   Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922
>
>  drivers/bluetooth/btusb.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> --
> 2.34.1
>
>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
>
Luke Nowakowski-Krijger Jan. 27, 2023, 8:30 p.m. UTC | #5
Applied to kinetic:linux master-next

Thanks,
- Luke

On Wed, Dec 7, 2022 at 1:15 AM Andy Chi <andy.chi@canonical.com> wrote:

> BugLink: https://bugs.launchpad.net/bugs/1998885
>
> [Impact]
>
> A Mediatek MT7922 Bluetooth doesn't work out of box.
>
> [Fix]
>
> One ID for Foxconn / Hon Hai was included in upstream, add the ID to
> support this BT device.
>
> [Test Case]
>
> Apply this patch on OEM-6.0 and bring up MT7922 Bluetooth.
> Check BD address from output of `hciconfig`.
>
> [Where problems could occur]
>
> This brings up new devices that wasn't working. After being up and
> running, we may face some other runtime issue, e.g. power consumption.
>
> V2: Update bug description, apply the patch and build on OEM-6.0.
>
> Andy Chi (1):
>   Bluetooth: btusb: Add a new VID/PID 0489/e0f2 for MT7922
>
>  drivers/bluetooth/btusb.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> --
> 2.34.1
>
>
> --
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
>