Skip to content

Commit

Permalink
Update usb.js (noble#23)
Browse files Browse the repository at this point in the history
* Update usb.js

* Update usb.js
  • Loading branch information
TacxBiker authored and rzr committed Jan 26, 2021
1 parent 1c2e26c commit 213bc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/usb.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ var OCF_RESET = 0x0003;
var VENDOR_DEVICE_LIST = [
{vid: 0x0CF3, pid: 0xE300 }, // Qualcomm Atheros QCA61x4
{vid: 0x0a5c, pid: 0x21e8 }, // Broadcom BCM20702A0
{vid: 0x0a5c, pid: 0x21f1 }, // Broadcom BCM20702A0
{vid: 0x19ff, pid: 0x0239 }, // Broadcom BCM20702A0
{vid: 0x413c, pid: 0x8143 }, // Broadcom BCM20702A0
{vid: 0x0a12, pid: 0x0001 }, // CSR
Expand Down

0 comments on commit 213bc54

Please sign in to comment.