summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-04-03 01:11:50 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-04-03 01:11:50 +0000
commitf4f6e80b7ba37ed1f4e6505995a24f9185e6fb19 (patch)
treec17574f2050c03c3713ca0e6e09f91121cc86da0
parent60ece348f344fc1e5d4ac7113e916155c1e350a2 (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 c8ad0b11..d183d97e 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -435,6 +435,8 @@ char *bt_compidtostr(int compid)
return "Continental Automotive Systems";
case 76:
return "Apple, Inc.";
+ case 77:
+ return "Staccato Communications, Inc.";
case 65535:
return "internal use";
default: