diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-14 22:43:52 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-14 22:43:52 +0000 | 
| commit | 331c95a5f378b5c6483d98fd4eceafa38c6fb57a (patch) | |
| tree | 8604ccc502de1bb54bf18b7199bd5f58af2be5e0 | |
| parent | d08e29ecf191dc890e95e02999f66fd876069ad5 (diff) | |
Works also with a Philips chip
| -rw-r--r-- | test/sttest.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sttest.c b/test/sttest.c index 8ee44638..8f714489 100644 --- a/test/sttest.c +++ b/test/sttest.c @@ -121,7 +121,7 @@ int main(int argc, char *argv[])  		exit(1);  	} -	if (ver.manufacturer != 48) { +	if (ver.manufacturer != 37 && ver.manufacturer != 48) {  		fprintf(stderr, "Can't find supported device hci%d: %s (%d)\n",  						dev, strerror(ENOSYS), ENOSYS);  		hci_close_dev(dd);  | 
