mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 09:06:18 +00:00
10 lines
403 B
Plaintext
10 lines
403 B
Plaintext
################################################################################
|
|
# udev rules file for loading rtl8723bs_bt-firmware
|
|
################################################################################
|
|
|
|
ACTION!="add", GOTO="end"
|
|
SUBSYSTEMS=="sdio", ATTRS{vendor}=="0x024c", ATTRS{device}=="0xb723", TAG+="systemd", ENV{SYSTEMD_WANTS}+="rtl8723bs_bt-firmware.service"
|
|
GOTO="end"
|
|
|
|
LABEL="end"
|