diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-05-19 12:20:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-05-19 12:20:54 +0000 | 
| commit | e8c8131bc6c67b3592a5b5ec1882f2d8abf00608 (patch) | |
| tree | 8bb34bae9ead1c44821b0e9d48bb5527a70e1ba0 | |
| parent | 67c565bcf20f7293b70aaa15a9a0651ff61ff52b (diff) | |
Add another company identifier
| -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 0f4c49e6..c54d63e3 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -364,6 +364,8 @@ char *bt_compidtostr(int compid)  		return "Research In Motion";  	case 61:  		return "IPextreme, Inc."; +	case 62: +		return "Systems and Chips, Inc";  	case 65535:  		return "internal use";  	default: | 
