From 331c95a5f378b5c6483d98fd4eceafa38c6fb57a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 14 Jan 2007 22:43:52 +0000 Subject: Works also with a Philips chip --- test/sttest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sttest.c') 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); -- cgit