diff options
| -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 75888730..9df142a0 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -378,6 +378,10 @@ char *bt_compidtostr(int compid)  		return "Seiko Epson Corporation";  	case 65:  		return "Integrated Silicon Solution Taiwain, Inc."; +	case 66: +		return "CONWISE Technology Corporation Ltd"; +	case 67: +		return "PARROT SA";  	case 65535:  		return "internal use";  	default: | 
