diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-06-11 18:48:59 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-06-11 18:48:59 +0000 | 
| commit | 07c0013ff14eb0b16570d33fc50a9130d008609c (patch) | |
| tree | 6bfef4043d5c0c8d38c5518182831665418c9f49 | |
| parent | a2c6ef2451d7677c976beebe7251ed0de9d3d392 (diff) | |
Add new company identifiers
| -rw-r--r-- | src/bluetooth.c | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/src/bluetooth.c b/src/bluetooth.c index 33e033ad..e2ba87ca 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -384,6 +384,16 @@ char *bt_compidtostr(int compid)  		return "PARROT SA";  	case 68:  		return "Socket Communications"; +	case 69: +		return "Atheros Communications, Inc."; +	case 70: +		return "MediaTek, Inc."; +	case 71: +		return "Bluegiga";	/* (tentative) */ +	case 72: +		return "Marvell Technology Group Ltd."; +	case 73: +		return "3DSP Corporation";  	case 65535:  		return "internal use";  	default: | 
