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