eaaf120a0f
FreeBSD trimmed version / port of the gobi_oader, originally from http://www.codon.org.uk/~mjg59/gobi_loader which likely never worked on FreeBSD. This will load the firmware of the GOBI u3g parts on insertion. Reviewed by: imp (tweaked sample file from original) Reviewed by: daniel.engberg.lists@pyret.net Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D22938
8 lines
257 B
Text
8 lines
257 B
Text
# Load GOBI U3G QDL modem firmware.
|
|
# Adjust VID, PID and port. Remove -2000 switch if not required.
|
|
|
|
attach 100 {
|
|
match "vendor" "0x03f0";
|
|
match "product" "0x241d";
|
|
action "/usr/local/sbin/gobi_loader -2000 /dev/cua$ttyname /boot/firmware/gobi/";
|
|
};
|