* orange pi 4 LTS support added (uwe5622 wifi driver, es8316c codec) * add orangepi 4 LTS device tree * add uwe5622 driver to 5.15 and 5.18 rockchip64 patches * add wpasupplicant to jammy cli packages * fix es8316c asound.state (zeroing stereo enhancement which causes distortion) * Add build targets * Move from WIP state Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
13 lines
267 B
Desktop File
13 lines
267 B
Desktop File
[Unit]
|
|
Description=Spreadtrum (sprd) bluetooth support
|
|
Before=bluetooth.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=Yes
|
|
ExecStartPre=/usr/sbin/rfkill unblock all
|
|
ExecStart=/usr/bin/hciattach_opi -n -s 1500000 /dev/ttyBT0 sprd
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|