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 Peak2F support

Add support for Intel Bluetooth Scorpious Peak2F 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
9c52085e e64621ef

+4
+3
drivers/bluetooth/btintel.c
··· 503 503 case 0x1e: /* BlazarI (Bzr) */ 504 504 case 0x1f: /* Scorpious Peak */ 505 505 case 0x20: /* Scorpious Peak2 */ 506 + case 0x21: /* Scorpious Peak2 F */ 506 507 case 0x22: /* BlazarIW (BzrIW) */ 507 508 break; 508 509 default: ··· 3331 3330 case 0x1e: 3332 3331 case 0x1f: 3333 3332 case 0x20: 3333 + case 0x21: 3334 3334 case 0x22: 3335 3335 hci_set_msft_opcode(hdev, 0xFC1E); 3336 3336 break; ··· 3674 3672 case 0x1e: 3675 3673 case 0x1f: 3676 3674 case 0x20: 3675 + case 0x21: 3677 3676 case 0x22: 3678 3677 /* Display version information of TLV type */ 3679 3678 btintel_version_info_tlv(hdev, &ver_tlv);
+1
drivers/bluetooth/btintel_pcie.c
··· 2103 2103 case 0x1e: /* BzrI */ 2104 2104 case 0x1f: /* ScP */ 2105 2105 case 0x20: /* ScP2 */ 2106 + case 0x21: /* ScP2 F */ 2106 2107 case 0x22: /* BzrIW */ 2107 2108 /* Display version information of TLV type */ 2108 2109 btintel_version_info_tlv(hdev, &ver_tlv);