Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.sbin/bluetooth/iwmbtfw/iwmbtfw.conf
108396 views
1
#
2
# Download Intel Wireless bluetooth adaptor firmware
3
#
4
5
notify 100 {
6
match "system" "USB";
7
match "subsystem" "DEVICE";
8
match "type" "ATTACH";
9
match "vendor" "0x8087";
10
match "product" "(0x07dc|0x0a2a|0x0aa7|0x0a2b|0x0aaa|0x0025|0x0026|0x0029|0x0032|0x0033)";
11
action "/usr/sbin/iwmbtfw -d $cdev -f /usr/local/share/iwmbt-firmware";
12
};
13
14