diff options
| -rw-r--r-- | src/bluetooth.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/bluetooth.c b/src/bluetooth.c index bc0eb238..baaf9f7c 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -273,6 +273,8 @@ char *bt_compidtostr(int compid)  		return "Red-M (Communications) Ltd";  	case 51:  		return "Commil Ltd"; +	case 52: +		return "Computer Access Technology Corporation (CATC)";  	case 65535:  		return "internal use";  	default: | 
