Temporary add the hard coded BT module path 23/155323/1
authorHyuk Lee <hyuk0512.lee@samsung.com>
Fri, 13 Oct 2017 02:29:13 +0000 (11:29 +0900)
committerHyuk Lee <hyuk0512.lee@samsung.com>
Fri, 13 Oct 2017 02:29:13 +0000 (11:29 +0900)
Change-Id: I29d0b614020b49773bdf75c58392b4387d8bbd56
Signed-off-by: Hyuk Lee <hyuk0512.lee@samsung.com>
scripts/bt-dev-start.sh

index b2783c43486389627c3b72002f66c7a434ef766c..c7e9ad8d8164217a3ce918a72d25f4b5abb9b3bf 100755 (executable)
@@ -9,9 +9,9 @@ RFKILL=/usr/sbin/rfkill
 GREP=/usr/bin/pgrep
 HCI_CONFIG=/usr/bin/hciconfig
 CP="/bin/cp"
-KERNEL_DIR=`uname -a | awk '{print($3)}'`
-DRV_DIR=/lib/modules/$KERNEL_DIR/kernel
-BT_DRIVER=$DRV_DIR/drivers/net/wireless/sd8977/mbt_src/bt8xxx.ko
+#KERNEL_DIR=`uname -a | awk '{print($3)}'`
+#DRV_DIR=/lib/modules/$KERNEL_DIR/kernel
+BT_DRIVER=/usr/lib/modules/4.4.19-9.2-artik530-raptor/kernel/drivers/net/wireless/sd8977/mbt_src/bt8xxx.ko
 
 echo "MARVELL89XX BT START"