Date: Tue, 7 Oct 2008 17:29:42 +0200 From: Nick Hibma <nick@van-laarhoven.org> To: cvs-src@freebsd.org Cc: Poul-Henning Kamp <phk@phk.freebsd.dk>, Andrea Guzzo <aguzzo@anywi.com> Subject: Re: cvs commit: src/sys/dev/usb ubsa.c Message-ID: <200810071729.44487.nick@van-laarhoven.org> In-Reply-To: <200809251200.m8PC0wUN074507@repoman.freebsd.org> References: <200809251200.m8PC0wUN074507@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810071729.44487.nick>