From owner-freebsd-usb@FreeBSD.ORG Wed Sep 26 14:39:33 2007 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 F280316A417 for ; Wed, 26 Sep 2007 14:39:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id CC0F813C457 for ; Wed, 26 Sep 2007 14:39:33 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.13.4) with ESMTP id l8QEc0AM066018; Wed, 26 Sep 2007 08:38:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 26 Sep 2007 08:38:00 -0600 (MDT) Message-Id: <20070926.083800.-2068217294.imp@bsdimp.com> To: eugen@kuzbass.ru From: "M. Warner Losh" In-Reply-To: <200709261430.l8QEUStl068728@freefall.freebsd.org> References: <200709261430.l8QEUStl068728@freefall.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 26 Sep 2007 08:38:00 -0600 (MDT) Cc: freebsd-usb@freebsd.org Subject: Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work 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, 26 Sep 2007 14:39:34 -0000 In message: <200709261430.l8QEUStl068728@freefall.freebsd.org> Eugene Grosbein writes: : The following reply was made to PR usb/91546; it has been noted by GNATS. : : From: Eugene Grosbein : To: bug-followup@freebsd.org : Cc: "M. Warner Losh" , usb@freebsd.org : Subject: Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work : Date: Wed, 26 Sep 2007 22:28:02 +0800 : : On Wed, Sep 26, 2007 at 07:32:01PM +0800, Eugene Grosbein wrote: : > On Tue, 25 Sep 2007, Warner Losh wrote: : > : > > My modem doesn't have a CM descriptor and I quirked it before. I : > > moved the quirk code and it works now without it. The Union code : > > from NetBSD didn't look relevant at all when you chased down all the : > > things that it actually did, but maybe I missed something. : > : > > Given that umodem from current should just work on -stable w/o any : > > changes (you may need ucom too, which does need one or two changes), : > > it would be worth a shot at trying it. : > : > I've taken umodem.c,v 1.71 (no changes) and ucom.c,v 1.64 (one-line : > change for ttycreate() call) from CURRENT, rebuild kernel modules : > and tried - no luck, it's attached as ugen: : > : > umodem_get_desc: no CM desc : > ugen2: Nokia Nokia E50, rev 2.00/1.00, addr 2 : : Please take a look at this also: : http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=33192 : : It seems that NetBSD's code is not complete for my case too, : but Linux's cdc-acm.c is able to deal with such devices. Thanks for the hints. It is time for a new phone for me anyway :-) Warner