From abda448be838c899acd61c5376212c47ac19e09e Mon Sep 17 00:00:00 2001 From: harshgarg1707 <39425376+harshgarg1707@users.noreply.github.com> Date: Mon, 14 Jun 2021 12:46:38 +0530 Subject: [PATCH] ADD BCM43142A0 --- lib/usb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/usb.js b/lib/usb.js index 1027b36..409b2a7 100644 --- a/lib/usb.js +++ b/lib/usb.js @@ -24,6 +24,7 @@ var VENDOR_DEVICE_LIST = [ {vid: 0x0489, pid: 0xe07a }, // Broadcom BCM20702A1 {vid: 0x0a5c, pid: 0x6412 }, // Broadcom BCM2045A0 {vid: 0x050D, pid: 0x065A }, // Belkin BCM20702A0 + {vid: 0x0a5c, pid: 0x216C }, // BCM43142A0 ]; function BluetoothHciSocket() {