diff options
author | Nickolay Semendyaev <agent00791@gmail.com> | 2017-01-20 17:06:07 +0600 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:16:08 +0100 |
commit | 9bb69e6ee292d3e3ebb13a7bb8511ab6981be1e4 (patch) | |
tree | 6eacf8d2f5b9cd196dc023585aded5d0a6b8cd1f | |
parent | c39396c2406bc3b3e29db169f0ac43fb6230db8d (diff) |
BCM FM: Add BtDrvDev to bt_vendor
Change-Id: Ia2afab2b011bee842cf1794cc2fa2e42e526abf3
-rw-r--r-- | bluetooth/bt_vendor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bluetooth/bt_vendor.conf b/bluetooth/bt_vendor.conf index 02f3785..b2a7bd7 100644 --- a/bluetooth/bt_vendor.conf +++ b/bluetooth/bt_vendor.conf @@ -4,6 +4,7 @@ # UART device port where Bluetooth controller is attached (default ttyS1) UartPort = /dev/ttyHS0 +BtDrvDev = /dev/brcm_bt_drv # Target Baudrate to change to if different from 3000000 # This entry is mandatory if using V4L2 |