From owner-freebsd-usb@freebsd.org Tue Sep 26 22:37:48 2017 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A43EE24264 for ; Tue, 26 Sep 2017 22:37:48 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9397DEDE for ; Tue, 26 Sep 2017 22:37:47 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 4fda4d02-a30b-11e7-a937-4f970e858fdb X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.ore.mailhop.org (Halon) with ESMTPSA id 4fda4d02-a30b-11e7-a937-4f970e858fdb; Tue, 26 Sep 2017 22:37:44 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v8QMbdcD002090; Tue, 26 Sep 2017 16:37:39 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1506465459.73082.168.camel@freebsd.org> Subject: Re: USB/U3G: Added support for Panasonic CF-F9 GOBI 3G modem to U3G module From: Ian Lepore To: Hans Petter Selasky , Tomasz CEDRO , "freebsd-usb@FreeBSD.org" Date: Tue, 26 Sep 2017 16:37:39 -0600 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Sep 2017 22:37:48 -0000 On Wed, 2017-09-27 at 00:30 +0200, Hans Petter Selasky wrote: > On 09/27/17 00:11, Tomasz CEDRO wrote: > > > > https://github.com/freebsd/freebsd/pull/115 > > > > :-) > > > The devd.conf rule should match more than just vendor and product: > > > +# Load GOBI 2000/3000 U3G QDL modem firmware on attach / boot. > +# Note: This requires additional "gobi_loader" utility to be > installed, > +#   as well as valid QDL driver firmware files placed in  > /boot/firmware/gobi. > +#   If modem does not accept valid firmware try gobi_loader -2000 > switch. > +#   Please adjust modem VID/PID to match your device supported by > u3g  > module. > +#attach 100 { > +# match "vendor" "0x04da"; > +# match "product" "0x250e"; > +# action "/usr/local/sbin/gobi_loader /dev/cuaU0 > /boot/firmware/gobi/"; > +#}; > > Else patch looks good. > > --HPS Hard-coding /dev/cuaU0 cannot possibly be right. -- Ian