diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-07-02 18:34:22 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-07-02 18:34:22 +0000 |
commit | 8ee9bf3777ff4f57ec1e170174e2fcb6e1f870f7 (patch) | |
tree | 6718ab37c6a794b53626ef3956d0fdf43d3c1bab /src/bluetooth.c | |
parent | 23ee7253eaee8524cdad88c0a796a630ceebac66 (diff) |
more compids
Diffstat (limited to 'src/bluetooth.c')
-rw-r--r-- | src/bluetooth.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth.c b/src/bluetooth.c index d769e2b9..7097ebf0 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -262,6 +262,10 @@ char *bt_compidtostr(int compid) return "Macronix International Co. Ltd."; case 45: return "GCT Semiconductor"; + case 46: + return "Norwood Systems"; + case 47: + return "MewTel Technology Inc."; case 65535: return "internal use"; default: |