diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-27 03:03:57 +0200 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-27 03:03:57 +0200 | 
| commit | 7e2df7ddca88aa74c4eb54139c93a3dcc74490aa (patch) | |
| tree | 5f6b2ce2d0e288d44c430fc75a474a260ddf18c5 | |
| parent | aae4332886b6de9d6873b447022c836f871b2b55 (diff) | |
Add two additional company identifiers
| -rw-r--r-- | lib/bluetooth.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib/bluetooth.c b/lib/bluetooth.c index f7a46bcf..5e7311ad 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -440,6 +440,10 @@ char *bt_compidtostr(int compid)  		return "Avago Technologies";  	case 79:  		return "APT Ltd."; +	case 80: +		return "SiRF Technology, Inc."; +	case 81: +		return "Tzero Technologies, Inc.";  	case 65535:  		return "internal use";  	default: | 
