From owner-freebsd-usb@FreeBSD.ORG Tue Sep 25 18:22:36 2007 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F106516A41A for ; Tue, 25 Sep 2007 18:22:36 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (grgw.svzserv.kemerovo.su [213.184.64.166]) by mx1.freebsd.org (Postfix) with ESMTP id 3928613C494 for ; Tue, 25 Sep 2007 18:22:35 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (localhost [127.0.0.1]) by grosbein.pp.ru (8.14.1/8.14.1) with ESMTP id l8PIAYhH001889; Wed, 26 Sep 2007 02:10:34 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.14.1/8.14.1/Submit) id l8PIAXZE001888; Wed, 26 Sep 2007 02:10:33 +0800 (KRAST) (envelope-from eugen) Date: Wed, 26 Sep 2007 02:10:33 +0800 From: Eugene Grosbein To: bug-followup@freebsd.org Message-ID: <20070925181033.GA1837@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: 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: Tue, 25 Sep 2007 18:22:37 -0000 Hi! I've ported the code committed to NetBSD's umodem driver after http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=29754 The patch for RELENG_6 follows. Sadly, it still does not work for my Nokia E50, it says (debug turned on): umodem_get_desc: no CM desc umodem_get_desc: no CM desc ucom0: Nokia Nokia E50, rev 2.00/1.00, addr 2, iclass 2/2 umodem_get_desc: no CM desc ucom0: data interface 1, has no CM over data, has break ucom0: Could not find data bulk in device_attach: ucom0 attach returned 6 So, my phone has UDESCSUB_CDC_UNION but driver still does not like it. Did I something wrong while porting or it's just phone's problem? Btw, it works via Bluetooth and rfcomm_pppd just fine, but I'd like to see FreeBSD supporting it over USB too :-) Eugene Grosbein