summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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);