libusb/windows-winusb: add BCM20702B0

This commit is contained in:
Matthias Ringwald 2018-06-20 12:09:41 +02:00
parent 27328ecb57
commit bc71fcbb5e
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;