diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bluetooth.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/bluetooth.c b/src/bluetooth.c index 1482a56e..75888730 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -376,6 +376,8 @@ char *bt_compidtostr(int compid)  		return "Bluetooth SIG, Inc";  	case 64:  		return "Seiko Epson Corporation"; +	case 65: +		return "Integrated Silicon Solution Taiwain, Inc.";  	case 65535:  		return "internal use";  	default: | 
