diff options
-rw-r--r-- | lib/bluetooth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bluetooth.c b/lib/bluetooth.c index fc7df7a42..d7ec72e12 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -290,7 +290,7 @@ char *bt_compidtostr(int compid) case 13: return "Texas Instruments Inc."; case 14: - return "Parthus Technologies Inc."; + return "Ceva, Inc. (formerly Parthus Technologies Inc.)"; case 15: return "Broadcom Corporation"; case 16: @@ -398,7 +398,7 @@ char *bt_compidtostr(int compid) case 67: return "PARROT SA"; case 68: - return "Socket Communications"; + return "Socket Mobile"; case 69: return "Atheros Communications, Inc."; case 70: @@ -420,7 +420,7 @@ char *bt_compidtostr(int compid) case 78: return "Avago Technologies"; case 79: - return "APT Ltd."; + return "APT Licensing Ltd."; case 80: return "SiRF Technology, Inc."; case 81: |