From owner-freebsd-usb@FreeBSD.ORG Sat Aug 15 10:29:24 2009 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 862D1106568B; Sat, 15 Aug 2009 10:29:24 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id E82578FC41; Sat, 15 Aug 2009 10:29:23 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=wurzP_8Jm_WT8ewGRSgA:9 a=GrPDdoBDmyKx93Vi0IAY380kxeQA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1294553550; Sat, 15 Aug 2009 12:29:22 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 15 Aug 2009 12:29:31 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <4A85C878.5090007@FreeBSD.org> In-Reply-To: <4A85C878.5090007@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908151229.32582.hselasky@c2i.net> Cc: Alexander Motin Subject: Re: False positive uipaq probe 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: Sat, 15 Aug 2009 10:29:24 -0000 On Friday 14 August 2009 22:26:32 Alexander Motin wrote: > Hi. > > USB-connected WM6 communicators are able to operate in two main comm > modes: serial and RNDIS. That two modes reported with different device > IDs. I have noticed that my HTC Prophet WM6 communicator started to > behave wrong on recent CURRENT: > > uipaq0: on usbus3 > device_attach: uipaq0 attach returned 6 > uipaq0: on usbus3 > device_attach: uipaq0 attach returned 6 > > As soon as uipaq is a kind of serial driver, it should not attach to > RNDIS device. Can you provide output from "usbconfig -u XXX -a YYY dump_device_desc dump_curr_config_desc" in the Serial and RNDIS case? --HPS