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