mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
Bluetooth: btintel: Add support for Scorpious Peak2 support
Add support for Intel Bluetooth Scorpious Peak2 core. Signed-off-by: Kiran K <kiran.k@intel.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
committed by
Luiz Augusto von Dentz
parent
c239ad6e53
commit
3b74115bb3
@@ -502,6 +502,7 @@ int btintel_version_info_tlv(struct hci_dev *hdev,
|
||||
case 0x1d: /* BlazarU (BzrU) */
|
||||
case 0x1e: /* BlazarI (Bzr) */
|
||||
case 0x1f: /* Scorpious Peak */
|
||||
case 0x20: /* Scorpious Peak2 */
|
||||
case 0x22: /* BlazarIW (BzrIW) */
|
||||
break;
|
||||
default:
|
||||
@@ -3323,6 +3324,7 @@ void btintel_set_msft_opcode(struct hci_dev *hdev, u8 hw_variant)
|
||||
case 0x1d:
|
||||
case 0x1e:
|
||||
case 0x1f:
|
||||
case 0x20:
|
||||
case 0x22:
|
||||
hci_set_msft_opcode(hdev, 0xFC1E);
|
||||
break;
|
||||
@@ -3664,6 +3666,7 @@ static int btintel_setup_combined(struct hci_dev *hdev)
|
||||
case 0x1d:
|
||||
case 0x1e:
|
||||
case 0x1f:
|
||||
case 0x20:
|
||||
case 0x22:
|
||||
/* Display version information of TLV type */
|
||||
btintel_version_info_tlv(hdev, &ver_tlv);
|
||||
|
||||
@@ -2095,6 +2095,7 @@ static int btintel_pcie_setup_internal(struct hci_dev *hdev)
|
||||
switch (INTEL_HW_VARIANT(ver_tlv.cnvi_bt)) {
|
||||
case 0x1e: /* BzrI */
|
||||
case 0x1f: /* ScP */
|
||||
case 0x20: /* ScP2 */
|
||||
case 0x22: /* BzrIW */
|
||||
/* Display version information of TLV type */
|
||||
btintel_version_info_tlv(hdev, &ver_tlv);
|
||||
|
||||
Reference in New Issue
Block a user