From 3a45496c9daba66e1b3bc0a42133702f28b7e7ca Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 27 Nov 2006 18:50:52 +0000 Subject: [PATCH] Oops -- Really fix PBA31307 detection now git-svn-id: http://svn.gumstix.com/gumstix-buildroot/trunk@1177 440079d4-f5dc-0310-964d-94f3b09ad5cf --- package/bluez/bluez-utils-hciattach-pba31308.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/bluez/bluez-utils-hciattach-pba31308.patch b/package/bluez/bluez-utils-hciattach-pba31308.patch index b844559..e3efb76 100644 --- a/package/bluez/bluez-utils-hciattach-pba31308.patch +++ b/package/bluez/bluez-utils-hciattach-pba31308.patch @@ -323,7 +323,7 @@ + return -1; + } + } else if(retval == (5+6)) { // Possibly PBA31307 -+ if(resp[6] == 0x0 && (resp[7]&0xf0) == 0x50 && resp[9] == 0x05) // PBA31307 confirmed ++ if(resp[6] == 0x0 && (resp[7]&0xf0) == 0x50 && resp[10] == 0x05) // PBA31307 confirmed + { + printf("Can't yet change speed for PBA31307 module. Will stay at %d baud\n", u->init_speed); u->speed = u->init_speed; -- 2.11.4.GIT