mbox series

[0/1,SRU,Mantic] Add Bluetooth device ID for Intel Discrete Misty Peak2/BE202

Message ID 20230906194811.325285-1-vicamo.yang@canonical.com
Headers show
Series Add Bluetooth device ID for Intel Discrete Misty Peak2/BE202 | expand

Message

You-Sheng Yang Sept. 6, 2023, 7:48 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2033455

[Impact]

Missing BT IDs for support for Intel Discrete Misty Peak2/BE202.

[Fix]

Bluetooth:
a. kernel driver:
   - https://lore.kernel.org/linux-bluetooth/20230829124024.40592-1-vijay.satija@intel.com/T/#t
   - Also depends on patches for Gale Peak(BE200) from bug 2028065.
b. firmware (shared with Gale Peak, to be released):
   - intel/ibt-0191-0191.sfi
   - intel/ibt-0191-0191.ddc

[Test Case]

To boot with patched kernel and prereleased firmware blob and check basic
Bluetooth functions.

[Where problems could occur]

New device. Expect incomplete functions and bugs.

[Other Info]

This depends on https://lists.ubuntu.com/archives/kernel-team/2023-September/142541.html.

Targets 6.5 kernels, so only nominated for Mantic and oem-6.5.

Vijay Satija (1):
  UBUNTU: SAUCE: Bluetooth: btusb: Add support for Intel Misty Peak -
    8087:0038

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

Comments

Andrea Righi Sept. 13, 2023, 5:57 a.m. UTC | #1
On Thu, Sep 07, 2023 at 03:48:10AM +0800, You-Sheng Yang wrote:
> BugLink: https://bugs.launchpad.net/bugs/2033455
> 
> [Impact]
> 
> Missing BT IDs for support for Intel Discrete Misty Peak2/BE202.
> 
> [Fix]
> 
> Bluetooth:
> a. kernel driver:
>    - https://lore.kernel.org/linux-bluetooth/20230829124024.40592-1-vijay.satija@intel.com/T/#t
>    - Also depends on patches for Gale Peak(BE200) from bug 2028065.
> b. firmware (shared with Gale Peak, to be released):
>    - intel/ibt-0191-0191.sfi
>    - intel/ibt-0191-0191.ddc
> 
> [Test Case]
> 
> To boot with patched kernel and prereleased firmware blob and check basic
> Bluetooth functions.
> 
> [Where problems could occur]
> 
> New device. Expect incomplete functions and bugs.
> 
> [Other Info]
> 
> This depends on https://lists.ubuntu.com/archives/kernel-team/2023-September/142541.html.
> 
> Targets 6.5 kernels, so only nominated for Mantic and oem-6.5.

Applied to mantic/linux.

Thanks,
-Andrea