diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2003-12-24 11:58:54 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2003-12-24 11:58:54 +0000 | 
| commit | a1b95e6f01957e2e5c3a9950a6da307e9ada285b (patch) | |
| tree | eab2716e235ceb348fc300864209f28d9c6d1d98 | |
| parent | 4831ff2d35f407ddff185c2d6350355556244101 (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 9c4536fc..a2aae586 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -287,6 +287,8 @@ char *bt_compidtostr(int compid)  		return "Integrated System Solution Corp.";  	case 58:  		return "Matsushita Electric Industrial Co., Ltd."; +	case 59: +		return "Gennum Corporation";  	case 65535:  		return "internal use";  	default:  | 
