From 20b6d88f9505c38b03a998db38be742eedf0e0df Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 23 Feb 2008 00:22:19 +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 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: -- cgit