Author: quozl Date: Fri Apr 12 08:10:55 2013 New Revision: 3642 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3642
Log: OLPC XO-4 - bluetooth test, increase number of responses that are allowed from non-participant devices to the maximum, prevents premature completion of the inquiry command in dense device environments, per #12655
Modified: dev/bluetooth/marvell-hci.fth
Modified: dev/bluetooth/marvell-hci.fth ============================================================================== --- dev/bluetooth/marvell-hci.fth Fri Apr 12 05:43:39 2013 (r3641) +++ dev/bluetooth/marvell-hci.fth Fri Apr 12 08:10:55 2013 (r3642) @@ -786,7 +786,7 @@ cmd( giac +x$ \ General Inquiry LAC d# 4 +xb \ 4 * 1.28 seconds - d# 16 +xb \ #responses + d# 255 +xb \ #responses h# 401 )cmd wait-cmd-status ;
openfirmware@openfirmware.info