From 757ad2e6f7035aaa05c1cf1b0c773ad516a09870 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 7 Oct 2013 23:45:52 -0700 Subject: [PATCH] lib: Update company identifiers --- lib/bluetooth.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 62c5c0079..dd7d6a5cb 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -747,6 +747,10 @@ const char *bt_compidtostr(int compid) return "Morse Project Inc."; case 243: return "Kent Displays Inc."; + case 244: + return "Nautilus Inc."; + case 245: + return "Smartifier Oy"; case 65535: return "internal use"; default: -- 2.47.3