1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
2017-12-16 07:18:38 +00:00

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"