From f4f6e80b7ba37ed1f4e6505995a24f9185e6fb19 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 3 Apr 2008 01:11:50 +0000 Subject: Add another company identifier --- src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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: -- cgit