[openfirmware] [commit] r3571 - dev/bluetooth

repository service svn at openfirmware.info
Mon Feb 25 21:40:20 CET 2013


Author: wmb
Date: Mon Feb 25 21:40:19 2013
New Revision: 3571
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3571

Log:
Bluetooth diagnostic - turn of scanning when closing the Bluetooth device.

Modified:
   dev/bluetooth/marvell-hci.fth

Modified: dev/bluetooth/marvell-hci.fth
==============================================================================
--- dev/bluetooth/marvell-hci.fth	Mon Feb 25 09:35:53 2013	(r3570)
+++ dev/bluetooth/marvell-hci.fth	Mon Feb 25 21:40:19 2013	(r3571)
@@ -942,6 +942,7 @@
    true
 ;
 : close  ( -- )
+   disable-scanning
    outbuf h# 200 " free-buffer" $call-parent
 ;
 : selftest  ( -- error? )



More information about the openfirmware mailing list