From 6973c35a87cc7f398c429d8942b18d0a401e28a3 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Wed, 31 Jan 2018 16:44:01 +0100 Subject: [PATCH] em9304: configure for 8 connections with data length 251 --- chipset/em9301/0000000_META_hci_patches_v5_iram.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chipset/em9301/0000000_META_hci_patches_v5_iram.c b/chipset/em9301/0000000_META_hci_patches_v5_iram.c index 193129086..ecc3447ed 100644 --- a/chipset/em9301/0000000_META_hci_patches_v5_iram.c +++ b/chipset/em9301/0000000_META_hci_patches_v5_iram.c @@ -313,5 +313,11 @@ const uint8_t container_blob_data[] = { 0x74, 0xfd, 0xff, 0xff, 0x88, 0xfd, 0xff, 0xff, 0x9c, 0xfd, 0xff, 0xff, 0xb0, 0xfd, 0xff, 0xff, 0x00, 0xfe, 0xff, 0xff, 0xa8, 0xfe, 0xff, 0xff, // 0x00, 0x00, 0x00, 0x00 + + // configure EM9304 for 8 connections, data length 251 + 0x33, 0x39, 0x6d, 0x65, 0x24, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x14, + 0x11, 0x0c, 0x00, 0x00, 0x56, 0x62, 0xc3, 0xd4, 0x30, 0x02, 0x00, 0x00, + 0xfb, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x01, 0x5a, 0x00, 0x0c, 0xf3 + }; uint32_t container_blob_size = sizeof(container_blob_data);