diff options
| -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 f2c13a24..97688efc 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -277,6 +277,8 @@ char *bt_compidtostr(int compid)  		return "Computer Access Technology Corporation (CATC)";  	case 53:  		return "Eclipse (HQ Espana) S.L."; +	case 54: +		return "Renesas Technology Corp.";  	case 65535:  		return "internal use";  	default: | 
