Skip to content

Commit

Permalink
libusb/windows-winusb: add BCM20702B0
Browse files Browse the repository at this point in the history
  • Loading branch information
mringwal committed Jun 20, 2018
1 parent 27328ec commit bc71fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/libusb/hci_transport_h2_libusb.c
Expand Up @@ -581,6 +581,8 @@ static const uint16_t known_bt_devices[] = {
0x0a5c, 0x21e8,
// Asus BT400
0x0b05, 0x17cb,
// BCM20702B0 (Generic USB Detuned Class 1 @ 20 MHz)
0x0a5c, 0x22be
};

static int num_known_devices = sizeof(known_bt_devices) / sizeof(uint16_t) / 2;
Expand Down
2 changes: 2 additions & 0 deletions platform/windows/hci_transport_h2_winusb.c
Expand Up @@ -307,6 +307,8 @@ static const uint16_t known_bluetooth_devices[] = {
0x0a5c, 0x21e8,
// Asus BT400
0x0b05, 0x17cb,
// BCM20702B0 (Generic USB Detuned Class 1 @ 20 MHz)
0x0a5c, 0x22be,
};

static int num_known_devices = sizeof(known_bluetooth_devices) / sizeof(uint16_t) / 2;
Expand Down

0 comments on commit bc71fcb

Please sign in to comment.