summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-14 22:43:52 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-14 22:43:52 +0000
commit331c95a5f378b5c6483d98fd4eceafa38c6fb57a (patch)
tree8604ccc502de1bb54bf18b7199bd5f58af2be5e0 /test
parentd08e29ecf191dc890e95e02999f66fd876069ad5 (diff)
Works also with a Philips chip
Diffstat (limited to 'test')
-rw-r--r--test/sttest.c2
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);