diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-05-30 10:51:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-05-30 10:51:54 +0000 | 
| commit | 1b64c76ef66c10500f575240bd214c7b38b68a1f (patch) | |
| tree | 8d15564999fa4baa5c97170a6c4e3c2270daf248 | |
| parent | 07e291d7269885187586106e059f29abb336cb27 (diff) | |
Add two new company identifiers
| -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: | 
