Currently supported models are: 8260, 8265, 9560, 9260 and 22161. Firmware files can be installed with comms/iwmbt-firmware port. PR: 237083 Reviewed by: hps, emax X-MFC with: r351196 Differential Revision: https://reviews.freebsd.org/D21071
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
# $FreeBSD$
|
|
#
|
|
# Download Intel Wireless 8260/8265 bluetooth adaptor firmware
|
|
|
|
notify 100 {
|
|
match "system" "USB";
|
|
match "subsystem" "DEVICE";
|
|
match "type" "ATTACH";
|
|
match "vendor" "0x8087";
|
|
match "product" "(0x0a2b|0x0aaa|0x0025|0x0026|0x0029)";
|
|
action "/usr/sbin/iwmbtfw -d $cdev -f /usr/local/share/iwmbt-firmware";
|
|
};
|