Adapted rk322x-dev to kernel 5.8.y Added ssv6x5x driver to legacy kernel, rk322x-config now allows the user to select which driver load at boot Added esp8089 kernel module, device tree overlay and detection in rk322x-config script Fixed some indentation Added reset button binding Added sdcard debounce Fixes indentation, added device tree overlay for high-leakage cpus Added support for bluetooth device tree overlay and realtek systemd service for rk322x targets
12 lines
237 B
Desktop File
12 lines
237 B
Desktop File
[Unit]
|
|
Description=Realtek H5 protocol bluetooth support
|
|
Before=bluetooth.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
RemainAfterExit=Yes
|
|
ExecStart=/usr/bin/rtk_hciattach -n -s 115200 /dev/ttyS1 rtk_h5 1500000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|