diff options
Diffstat (limited to 'src/bluetooth.c')
| -rw-r--r-- | src/bluetooth.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/bluetooth.c b/src/bluetooth.c index 61a632a5..1cd247d6 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -176,7 +176,7 @@ char *bt_compidtostr(int compid)  {  	switch (compid) {  	case 0: -		return "Ericsson Mobile Comunications"; +		return "Ericsson Technology Licensing";  	case 1:  		return "Nokia Mobile Phones";  	case 2: @@ -212,7 +212,7 @@ char *bt_compidtostr(int compid)  	case 17:  		return "Widcomm, Inc.";  	case 18: -		return "Telencomm Inc."; +		return "Zeevo, Inc.";  	case 19:  		return "Atmel Corporation";  	case 20: | 
