summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-07-18 01:51:09 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-07-18 01:51:09 +0000
commit9b910ddd11031c344408cc11b50116f0d5631231 (patch)
tree8ce367fbd2fb3fa66d1d07c505632eeae78e3cd6
parentb45841191f6ab4cc55ccd040a5530c2d08c6ddc6 (diff)
Add new company identifiers
-rw-r--r--src/bluetooth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c
index f2c13a24..97688efc 100644
--- a/src/bluetooth.c
+++ b/src/bluetooth.c
@@ -277,6 +277,8 @@ char *bt_compidtostr(int compid)
return "Computer Access Technology Corporation (CATC)";
case 53:
return "Eclipse (HQ Espana) S.L.";
+ case 54:
+ return "Renesas Technology Corp.";
case 65535:
return "internal use";
default: