diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-01 03:00:53 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-01 03:00:53 +0000 | 
| commit | 522cd764e3d3666b773f016609026bf8287979f6 (patch) | |
| tree | afb29714fdb89920ef8b1177458ad3e92936ef7d | |
| parent | c7a088963f4c5f767fc08f7e123f4389b0182c53 (diff) | |
Add two additional 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 463e0e05..f7a46bcf 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -436,6 +436,10 @@ char *bt_compidtostr(int compid)  		return "Apple, Inc.";  	case 77:  		return "Staccato Communications, Inc."; +	case 78: +		return "Avago Technologies"; +	case 79: +		return "APT Ltd.";  	case 65535:  		return "internal use";  	default:  | 
