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 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:  | 
