From owner-cvs-src@FreeBSD.ORG Tue Oct 7 15:41:55 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 274CD106568A for ; Tue, 7 Oct 2008 15:41:55 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from hpsmtp-eml12.kpnxchange.com (hpsmtp-eml12.KPNXCHANGE.COM [213.75.38.112]) by mx1.freebsd.org (Postfix) with ESMTP id AD5B18FC1B for ; Tue, 7 Oct 2008 15:41:54 +0000 (UTC) (envelope-from nick@van-laarhoven.org) Received: from cpsmtpi-eml05.kpnxchange.com ([213.75.38.135]) by hpsmtp-eml12.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 7 Oct 2008 17:29:49 +0200 Received: from uitsmijter.van-laarhoven.org ([81.207.207.222]) by cpsmtpi-eml05.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 7 Oct 2008 17:29:49 +0200 Received: (qmail 23902 invoked by uid 98); 7 Oct 2008 15:29:47 -0000 Received: from 10.66.0.135 (nick@10.66.0.135) by uitsmijter.van-laarhoven.org (envelope-from , uid 82) with qmail-scanner-2.01 (clamdscan: 0.92/5270. f-prot: 4.6.7/3.16.15. spamassassin: 3.2.3. Clear:RC:1(10.66.0.135):. Processed in 0.824679 secs); 07 Oct 2008 15:29:47 -0000 Received: from unknown (HELO van-laarhoven.org) (nick@10.66.0.135) by uitsmijter.van-laarhoven.org with SMTP; 7 Oct 2008 15:29:46 -0000 Received: (nullmailer pid 93409 invoked by uid 1001); Tue, 07 Oct 2008 15:29:45 -0000 From: Nick Hibma To: cvs-src@freebsd.org Date: Tue, 7 Oct 2008 17:29:42 +0200 User-Agent: KMail/1.9.7 References: <200809251200.m8PC0wUN074507@repoman.freebsd.org> In-Reply-To: <200809251200.m8PC0wUN074507@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810071729.44487.nick@van-laarhoven.org> X-OriginalArrivalTime: 07 Oct 2008 15:29:49.0777 (UTC) FILETIME=[896D2410:01C92891] Cc: Poul-Henning Kamp , Andrea Guzzo Subject: Re: cvs commit: src/sys/dev/usb ubsa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 15:41:55 -0000 Did you ever see the problem of the device not restarting quickly enough? Or does your dongle simply fail the first attach? Does a second attach phase attach the device? If you could send me the output of dmesg after having succesfully attached the dongle that would be great. We've got a different dongle here that with a similar driver that sometimes does not attach properly because the mode switch does not happen fast enough. Replugging usually solves the problem. We are going to commit a driver soonish that supports all USB based Option and Huawei cards, including multiple serial ports the devices support. Which enables you to monitor signal strength while being online. Cheers, Nick > phk 2008-09-25 12:00:56 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ubsa.c > Log: > SVN rev 183348 on 2008-09-25 12:00:56Z by phk > > Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio > devices: > > Kick the device into the right mode if it comes up as a flash-disk. > > Set the buffers to a sensible 1024 bytes instead of a far too small > default. > > Don't attempt to change speed, baud, parity and such, the device does > not understand it. > > Revision Changes Path > 1.41 +61 -2 src/sys/dev/usb/ubsa.c > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/ubsa.c?r1=1.40&r2=1 >.41&cvsroot=freebsd _______________________________________________ > cvs-src@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-src > To unsubscribe, send any mail to "cvs-src-unsubscribe@freebsd.org"