summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-02-23 00:22:19 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-02-23 00:22:19 +0000
commit20b6d88f9505c38b03a998db38be742eedf0e0df (patch)
tree8d3a0417c31202a4084593c30f07f1bbfa74ae5c
parent39d17f6566147b3516db4277841dd3f93db3d8e0 (diff)
Add another company identifier
-rw-r--r--src/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c
index afbd4928..c8ad0b11 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -433,6 +433,8 @@ char *bt_compidtostr(int compid)
return "Accel Semiconductor Ltd.";
case 75:
return "Continental Automotive Systems";
+ case 76:
+ return "Apple, Inc.";
case 65535:
return "internal use";
default: