freebsd-ports/sysutils/gobi_loader/files/gobi.conf.sample.in
Marek Zarychta eaaf120a0f systuils/gobi_loader: Firmware Loader for Qualcomm Gobi USB Chipsets
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
2021-06-13 14:21:32 -06:00

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/";
};