mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
libusb/windows-winusb: add BCM20702B0
This commit is contained in:
parent
27328ecb57
commit
bc71fcbb5e
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user