diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2003-07-25 12:57:59 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2003-07-25 12:57:59 +0000 | 
| commit | 349d081b82323130f0648eeac5329fa53610d3f1 (patch) | |
| tree | cbd7520a2471e72e801eec62f27517b3e78fbe03 | |
| parent | 9b910ddd11031c344408cc11b50116f0d5631231 (diff) | |
Add new company identifiers
| -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 97688efc..af56573b 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -279,6 +279,8 @@ char *bt_compidtostr(int compid)  		return "Eclipse (HQ Espana) S.L.";  	case 54:  		return "Renesas Technology Corp."; +	case 55: +		return "Mobilian Corporation";  	case 65535:  		return "internal use";  	default: | 
