From 2a143a7c18a102af2ade8b36f681170e0e5acc48 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 10 Aug 2018 10:40:46 +0800 Subject: [PATCH] init.sh: fix Bluetooth for ASUS T100TAF --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index a59ac18..67e8cea 100644 --- a/init.sh +++ b/init.sh @@ -55,6 +55,9 @@ function init_hal_bluetooth() done case "$PRODUCT" in + T100TAF) + set_property bluetooth.interface hci1 + ;; T10*TA|M80TA|HP*Omni*) BTUART_PORT=/dev/ttyS1 set_property hal.bluetooth.uart.proto bcm -- 2.11.0