From 28ab86027db5c34c457b82e3c7c64f79570a3b33 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 23 Oct 2004 18:10:36 +0000 Subject: [PATCH] hcidump: Set the manufacturer to Digianswer in BPA mode --- tools/hcidump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/hcidump.c b/tools/hcidump.c index f9d96fba4..e88f7f249 100644 --- a/tools/hcidump.c +++ b/tools/hcidump.c @@ -557,6 +557,8 @@ int main(int argc, char *argv[]) case 'B': flags |= DUMP_BPA; + if (defcompid == DEFAULT_COMPID) + defcompid = 12; break; case 'C': -- 2.47.3