Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kiran K and committed by
Luiz Augusto von Dentz
3b74115b c239ad6e

+4
+3
drivers/bluetooth/btintel.c
··· 502 502 case 0x1d: /* BlazarU (BzrU) */ 503 503 case 0x1e: /* BlazarI (Bzr) */ 504 504 case 0x1f: /* Scorpious Peak */ 505 + case 0x20: /* Scorpious Peak2 */ 505 506 case 0x22: /* BlazarIW (BzrIW) */ 506 507 break; 507 508 default: ··· 3324 3323 case 0x1d: 3325 3324 case 0x1e: 3326 3325 case 0x1f: 3326 + case 0x20: 3327 3327 case 0x22: 3328 3328 hci_set_msft_opcode(hdev, 0xFC1E); 3329 3329 break; ··· 3666 3664 case 0x1d: 3667 3665 case 0x1e: 3668 3666 case 0x1f: 3667 + case 0x20: 3669 3668 case 0x22: 3670 3669 /* Display version information of TLV type */ 3671 3670 btintel_version_info_tlv(hdev, &ver_tlv);
+1
drivers/bluetooth/btintel_pcie.c
··· 2095 2095 switch (INTEL_HW_VARIANT(ver_tlv.cnvi_bt)) { 2096 2096 case 0x1e: /* BzrI */ 2097 2097 case 0x1f: /* ScP */ 2098 + case 0x20: /* ScP2 */ 2098 2099 case 0x22: /* BzrIW */ 2099 2100 /* Display version information of TLV type */ 2100 2101 btintel_version_info_tlv(hdev, &ver_tlv);