OSDN Git Service

Bluetooth: btusb: Enable MSFT extension for Intel controllers
authorMiao-chen Chou <mcchou@chromium.org>
Thu, 17 Dec 2020 22:53:19 +0000 (14:53 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 18 Dec 2020 21:33:39 +0000 (22:33 +0100)
commit7a45bcb49a39b1aad9a18eb226ad4f86bdbd2119
treedbc1f35ad91834360f51e8b53fad43a6275b07c6
parenteaf19b0c47d142eedec34f7043f574fa3834c8b7
Bluetooth: btusb: Enable MSFT extension for Intel controllers

The Intel JeffersonPeak, HarrisonPeak and CyclonePeak Bluetooth
controllers support the Microsoft vendor extension and they are using
0xFC1E for VsMsftOpCode.

< HCI Command: Vendor (0x3f|0x001e) plen 1
        00
> HCI Event: Command Complete (0x0e) plen 15
      Vendor (0x3f|0x001e) ncmd 1
        Status: Success (0x00)
        00 3f 00 00 00 00 00 00 00 01 50

The following test step was performed.
- Boot the test devices with HarrisonPeak and verify INFO print in
dmesg.

Signed-off-by: Miao-chen Chou <mcchou@chromium.org>
Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org>
Reviewed-by: Archie Pusaka <apusaka@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btusb.c