Skip to content

Commit

Permalink
Add Marvell AVASTAR adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
ttu authored and mrstegeman committed Mar 19, 2020
1 parent c4d8150 commit 7be3012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Note:
| Name | USB VID | USB PID |
|:---- | :------ | :-------|
| BCM2045A0 Bluetooth 4.1 | 0x0a5c | 0x6412 |
| Marvell AVASTAR | 0x1286 | 0x204C |

## Install

Expand Down
1 change: 1 addition & 0 deletions lib/usb.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var VENDOR_DEVICE_LIST = [
{vid: 0x0489, pid: 0xe07a }, // Broadcom BCM20702A1
{vid: 0x0a5c, pid: 0x6412 }, // Broadcom BCM2045A0
{vid: 0x050D, pid: 0x065A }, // Belkin BCM20702A0
{vid: 0x1286, pid: 0x204C }, // Marvell AVASTAR
];

function BluetoothHciSocket() {
Expand Down

0 comments on commit 7be3012

Please sign in to comment.