diff options
Diffstat (limited to 'src')
| -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 622464f8..6c09c4d9 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -256,6 +256,10 @@ char *bt_compidtostr(int compid)  		return "Hitachi Ltd";  	case 42:  		return "Symbol Technologies, Inc."; +	case 43: +		return "Tenovis"; +	case 44: +		return "Macronix International Co. Ltd.";  	case 65535:  		return "internal use";  	default:  | 
