summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2002-11-28 21:26:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2002-11-28 21:26:59 +0000
commit7e64d607acb1f9701381d09ccdeca0793f127592 (patch)
treef11708af482ac424e0453daf1c3f688d8066e0a9
parenta1e51b622a5d7dad098ed0b856c37c18da495692 (diff)
Add new company identifiers
-rw-r--r--src/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c
index 7bd06ff0..b60b0191 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -272,6 +272,8 @@ char *bt_compidtostr(int compid)
return "Synopsys";
case 50:
return "Red-M (Communications) Ltd";
+ case 51:
+ return "Commil Ltd";
case 65535:
return "internal use";
default: