]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bluetooth/iwmbtfw/iwmbtfw.conf
MFC r351197, r351199:
[FreeBSD/FreeBSD.git] / usr.sbin / bluetooth / iwmbtfw / iwmbtfw.conf
1 # $FreeBSD$
2 #
3 # Download Intel Wireless 8260/8265 bluetooth adaptor firmware
4
5 notify 100 {
6         match "system"          "USB";
7         match "subsystem"       "DEVICE";
8         match "type"            "ATTACH";
9         match "vendor"          "0x8087";
10         match "product"         "(0x0a2b|0x0aaa|0x0025|0x0026|0x0029)";
11         action "/usr/sbin/iwmbtfw -d $cdev -f /usr/local/share/iwmbt-firmware";
12 };