diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-14 22:29:20 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-14 22:29:20 +0000 | 
| commit | d08e29ecf191dc890e95e02999f66fd876069ad5 (patch) | |
| tree | 6404e777b37ad488126a1b24eb5f338f66225309 | |
| parent | aae4b04f5b66344dfb9dc618c3437fc40dbee1db (diff) | |
The Philips chips also support the Ericsson revision command
| -rw-r--r-- | tools/hciconfig.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 99ed7716..430cd0c3 100644 --- a/tools/hciconfig.c +++ b/tools/hciconfig.c @@ -1466,6 +1466,7 @@ static void cmd_revision(int ctl, int hdev, char *opt)  	print_dev_hdr(&di);  	switch (ver.manufacturer) {  	case 0: +	case 37:  	case 48:  		print_rev_ericsson(dd);  		break; | 
