From owner-freebsd-usb@FreeBSD.ORG Sun Jan 11 14:34:53 2015 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 89931D5A; Sun, 11 Jan 2015 14:34:53 +0000 (UTC) Received: from mail.in-addr.com (mail.in-addr.com [IPv6:2a01:4f8:191:61e8::2525:2525]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ACF19C9; Sun, 11 Jan 2015 14:34:53 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1YAJbP-0008eW-Gf; Sun, 11 Jan 2015 14:34:51 +0000 Date: Sun, 11 Jan 2015 14:34:51 +0000 From: Gary Palmer To: Hans Petter Selasky Subject: Re: ZTE MF730M 3G dongle help please Message-ID: <20150111143451.GB33101@in-addr.com> References: <20150110171901.GA47211@in-addr.com> <20150111025238.GB47211@in-addr.com> <54B2509F.70009@selasky.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54B2509F.70009@selasky.org> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2015 14:34:53 -0000 On Sun, Jan 11, 2015 at 11:29:51AM +0100, Hans Petter Selasky wrote: > Hi, > > Config index 0 is the default, so you might want to try without the ", > UQ_CFG_INDEX_0" in the end. > > USB_QUIRK(QUALCOMMINC, ZTE_MF730M, 0xf0f7, 0xf0f7, UQ_MSC_NO_GETMAXLUN, > UQ_MSC_NO_INQUIRY, UQ_CFG_INDEX_0), Hi Hans Petter, I was meaning to ask - is putting U3GINIT_SCSIEJECT in u3g.c the right thing to do for a device that isn't a serial 3G modem? Would UQ_MSC_EJECT_SCSIEJECT in usb_quirk.c be better? There doesn't appear to be an equivalent section in the RNDIS driver. Thanks, Gary