From owner-freebsd-usb@FreeBSD.ORG Sun Feb 13 21:38:18 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 73138106566C; Sun, 13 Feb 2011 21:38:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.c2i.net [212.247.154.98]) by mx1.freebsd.org (Postfix) with ESMTP id C648F8FC12; Sun, 13 Feb 2011 21:38:16 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=wd7fLirDSts22yawIUsTeMUS9lsm8Llc0grT6RvpTjU= c=1 sm=1 a=OytOiybK5JoA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=a-PAkjYdP5LnxTBrJXUA:9 a=3qsKAllbmiShGVynXh4A:7 a=WVklQNyV0YhnhiO0DWp8GSu_8jYA:4 a=PUjeQqilurYA:10 a=4Ykf4Ad_YoHHQMDe:21 a=-yeBDG9cF7FrcZZN:21 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 86940924; Sun, 13 Feb 2011 22:38:14 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 13 Feb 2011 22:38:05 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <201102132126.p1DLQGFo035790@red.freebsd.org> In-Reply-To: <201102132126.p1DLQGFo035790@red.freebsd.org> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201102132238.05220.hselasky@c2i.net> Cc: Goran Tal , freebsd-gnats-submit@freebsd.org Subject: Re: usb/154753: Support for Qualcomm USB modem/storage on LG phone 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: Sun, 13 Feb 2011 21:38:18 -0000 On Sunday 13 February 2011 22:26:16 Goran Tal wrote: > >Number: 154753 > >Category: usb > >Synopsis: Support for Qualcomm USB modem/storage on LG phone > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Feb 13 21:30:11 UTC 2011 > >Closed-Date: > >Last-Modified: > >Originator: Goran Tal > >Release: 7-STABLE > >Organization: > >Environment: > > >Description: > These patches add ids to u3g driver and quirk to umass driver. Modem works > with umodem driver, but u3g enables diagnostic port. Storage has > READ_CAPACITY_OFFBY1 quirk. It seems that the same quirk is already > reported in PR usb/122119 > Your patch looks good. --HPS