nmhw16: tibluetooth: Delay startup

Since we moved to kernel 4.19 the WLAN/BT chip needs some time to
be initialized.
This commit is contained in:
Alexandre Bard 2019-04-11 16:42:11 +02:00 committed by Patrick Zysset
parent 0f50b0ad35
commit a44eb7a9f6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Requires=bluetooth.target
[Service]
Type=forking
ExecStartPre=/bin/sleep 10
ExecStartPre=-/bin/sh -c "/bin/echo 100 > /sys/class/gpio/export"
ExecStartPre=-/bin/sh -c "/bin/echo out > /sys/class/gpio/gpio100/direction"
ExecStartPre=/bin/sh -c "/bin/echo 1 > /sys/class/gpio/gpio100/value"