From owner-freebsd-current@FreeBSD.ORG Sun Dec 28 09:38:33 2008 Return-Path: Delivered-To: Freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36319106567A for ; Sun, 28 Dec 2008 09:38:33 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id C24978FC17 for ; Sun, 28 Dec 2008 09:38:32 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=iJZ5eVNJabkA:10 a=JgwOP_QsqSoA:10 a=2-cPbLSNgkbL2E1Lg3oA:9 a=Xoc6PZbp9VpJ8LfWxCpl0vrGG90A:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1172976363; Sun, 28 Dec 2008 10:38:30 +0100 From: Hans Petter Selasky To: raoul megelas Date: Sun, 28 Dec 2008 10:40:50 +0100 User-Agent: KMail/1.9.7 References: <20081228091423.A02563EA1A8@smtp5-g19.free.fr> In-Reply-To: <20081228091423.A02563EA1A8@smtp5-g19.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812281040.51834.hselasky@c2i.net> Cc: Freebsd-current@freebsd.org Subject: Re: HEADSUP usb2 (usb4bsd) to become default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2008 09:38:33 -0000 On Sunday 28 December 2008, raoul megelas wrote: > On Sat, 27 Dec 2008 10:37:21 +0100 > > with the same Subject: > what must i do when a phone connected to usb return: > no CM descriptor? (goto(dettach) in umodem.c? > if we need a quirk for it it is a nokia n95. Look at /usr/src/sys/dev/usb2/serial/umodem2.c Maybe you can make a patch for your device? --HPS