summaryrefslogtreecommitdiff
path: root/sysutils/gobi_loader/files/gobi.conf.sample.in
blob: e25177115ec3df24f82744f08dd47aca9bedfb9e (plain) (blame)
1
2
3
4
5
6
7
8
# 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/";
};