diff --git a/README.md b/README.md index 43f792a..165882b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ __WARNING:__ This will make the adapter unavailable in Windows Bluetooth setting | Intel Wireless Bluetooth 7265 | 0x8087 | 0x0a2a | | Intel Wireless Bluetooth 8265 | 0x8087 | 0x0a2b | | Belkin BCM20702A0 | 0x050D | 0x065A | +| Dell Precision 5530| 0x8087 | 0x0025 | #### Compatible Bluetooth 4.1 USB Adapter's | Name | USB VID | USB PID | diff --git a/lib/usb.js b/lib/usb.js index 1027b36..8b2de64 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: 0x8087, pid: 0x0025 } // Dell Precision 5530 ]; function BluetoothHciSocket() {