From owner-freebsd-usb@FreeBSD.ORG Mon Feb 5 16:17:48 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DDEB16A400 for ; Mon, 5 Feb 2007 16:17:48 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id F150C13C441 for ; Mon, 5 Feb 2007 16:17:47 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id l15FjLAE036735; Mon, 5 Feb 2007 10:45:21 -0500 (EST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-mobile@freebsd.org Date: Mon, 5 Feb 2007 10:41:23 -0500 User-Agent: KMail/1.9.5 References: <200702042340.14417.lists@jnielsen.net> In-Reply-To: X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702051041.23665.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: freebsd-usb@freebsd.org, Greg Troxel Subject: Re: Verizon V620 wireless card 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: Mon, 05 Feb 2007 16:17:48 -0000 [Adding usb@ to CC list.] On Monday 05 February 2007 09:44, Greg Troxel wrote: > I added the vendor ids to NetBSD's usbdevs and ugensa(4). (ugensa is > similar to (and I think the ancestor of) FreeBSD's ubsa.) > > Can you explain the UQ_ASSUME_CM_OVER_DATA quirk? I couldn't find it > showing up in ubsa or ucom, so I don't understand what it does (and if > anything odd should be done by NetBSD). I don't know what it does exactly. The comment in usb_quirks.h just says "modem device breaks on cm over data". I do know that it's needed for a lot of cellphone and modem-type usb devices (including my Samsung VI660 (anyone feel like committing usb/74880?)). I tried my V620 with the ubsa patch but without the quirk and it didn't work at all. > About the stall: see the following log entry in usbdevs: > > Revision 1.254 / (download) - annotate - [select for diffs], Sun Feb 19 > 14:48:02 2006 UTC (11 months, 2 weeks ago) by iedowse Branch: MAIN > Changes since 1.253: +1 -0 lines > Diff to previous 1.253 (colored) > > Add a UQ_OPEN_CLEARSTALL quirk for devices that need a clear-stall > operation when a pipe is opened, and add an entry for the ST Micro > biometric CPU. It doesn't look like this was ever MFC'ed. Who should I bug to get that taken care of? If I can test it and it takes care of the error messages then I'll add it to my patch and submit a PR. Funny coincidence. It looks like kern/106033 (the PR that led me down the ubsa path to begin with) was committed a few hours before my message yesterday. Thanks Lukas! JN