From owner-freebsd-usb@FreeBSD.ORG Wed Jan 12 16:58:04 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B44D31065743; Wed, 12 Jan 2011 16:58:04 +0000 (UTC) (envelope-from yehorov@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7248FC34; Wed, 12 Jan 2011 16:58:04 +0000 (UTC) Received: by yie19 with SMTP id 19so306486yie.13 for ; Wed, 12 Jan 2011 08:58:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uv2RFTTJTnCVu4rAqjr/R1xbWaRe+PW8PPUdGHBadEg=; b=JNrFViujSGp/ZCFDOtCRqWC2Ksr9uh7mQ9TqTLW1lXH9tmDokg+oiTGDJypWYSIfOA nNAot1XcisSE/WuTuKzO46N4bm+2f8XbI6ZfdowqKm3LWvhyPI6p0ActaqjqLXffTepD BYNY13hi5/+zR/kEhplnVRJuF2Kut5fB4Ax0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=R7REyNV93ziVSWHrcY/vhhVLQ52y5YSAAfD6SSwUXbjCUfuCusqfvlBpQPOzFhqB8W gYufpXGzH01rc40JxPHDSqkLiMb6r/iKfgetFG7zRKSBNmzWdCxKXwEV05J1OWRbQsfm 2J0NuAv98w+aAnES64wwJvTcSnl80nMKkP4u8= MIME-Version: 1.0 Received: by 10.42.167.71 with SMTP id r7mr1250764icy.59.1294849881252; Wed, 12 Jan 2011 08:31:21 -0800 (PST) Received: by 10.42.239.196 with HTTP; Wed, 12 Jan 2011 08:31:21 -0800 (PST) In-Reply-To: <201101121541.24890.hselasky@c2i.net> References: <201101121309.p0CD9rRD070704@red.freebsd.org> <201101121541.24890.hselasky@c2i.net> Date: Wed, 12 Jan 2011 18:31:21 +0200 Message-ID: From: Mykhaylo Yehorov To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: freebsd-gnats-submit@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb/153929: The umodem driver doesn't support the MTK 3329 GPS chipset. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2011 16:58:04 -0000 On Wed, Jan 12, 2011 at 16:41, Hans Petter Selasky wrote: > Your patch looks OK, except it might need some more checks to figure out if > there are multiple modems or just one, and which DATA interface is the closest > one. Do you have some ideas about how you would solve that? In this situation the best approach is to seek forward the closest data interface by default and seek backward if a device does have some new quirk which should be created. -- Mykhaylo Yehorov