From 2d0aca374edda17c9dfb547679b8f03feacf616e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 8 May 2004 18:17:29 +0000 Subject: Update company identifiers --- src/bluetooth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bluetooth.c b/src/bluetooth.c index 61a632a5..1cd247d6 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -176,7 +176,7 @@ char *bt_compidtostr(int compid) { switch (compid) { case 0: - return "Ericsson Mobile Comunications"; + return "Ericsson Technology Licensing"; case 1: return "Nokia Mobile Phones"; case 2: @@ -212,7 +212,7 @@ char *bt_compidtostr(int compid) case 17: return "Widcomm, Inc."; case 18: - return "Telencomm Inc."; + return "Zeevo, Inc."; case 19: return "Atmel Corporation"; case 20: -- cgit