mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
7 lines
320 B
Plaintext
7 lines
320 B
Plaintext
########################################################
|
|
# udev rules file for loading QCA9377 bluetooth firmware
|
|
########################################################
|
|
|
|
ACTION=="add", SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x0271", ATTRS{device}=="0x0701", \
|
|
TAG+="systemd", ENV{SYSTEMD_WANTS}+="qca-firmware.service"
|