16 lines
406 B
Desktop File
16 lines
406 B
Desktop File
[Unit]
|
|
Description=Bluetooth AP6212
|
|
After=bluetooth.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStartPre=/usr/sbin/rfkill unblock all
|
|
ExecStart=/usr/bin/brcm_patchram_plus -d --enable_hci --no2bytes --use_baudrate_for_downloade --tosleep 200000 --baudrate 1500000 --patchram /lib/firmware/ap6212/bcm43438a1.hcd /dev/ttyS1
|
|
TimeoutSec=0
|
|
RemainAfterExit=yes
|
|
SysVStartPriority=99
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|