Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Nov 2008 09:28:36 +0100
From:      Nick Hibma <nick@van-laarhoven.org>
To:        Vladimir Grebenschikov <vova@fbsd.ru>
Cc:        freebsd-current@freebsd.org
Subject:   Re: u3g and ubsa
Message-ID:  <200811260928.36978.nick@van-laarhoven.org>
In-Reply-To: <1227685292.1852.12.camel@localhost>
References:  <492A62EF.7000803@bsdforen.de> <200811251545.10807.nick@van-laarhoven.org> <1227685292.1852.12.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
> dmesg has:
> Nov 26 10:25:49 vbook kernel: ucom0: invalid receive data size,
> -754491385 chars
> Nov 26 10:25:49 vbook kernel: ucom0: invalid receive data size,
> -754491390 chars
> Nov 26 10:25:51 vbook kernel: ucom0: invalid receive data size,
> -754491385 chars
> Nov 26 10:25:52 vbook kernel: ucom0: invalid receive data size,
> -754491390 chars
> Nov 26 10:25:56 vbook kernel: ucom0: invalid receive data size,
> 626606082 chars
> Nov 26 10:25:59 vbook kernel: ucom0: invalid receive data size,
> 466214914 chars
> Nov 26 10:26:00 vbook kernel: ucom0: invalid receive data size,
> 466214919 chars
> Nov 26 10:26:01 vbook kernel: ucom0: invalid receive data size,
> 466214914 chars

[Organising my thoughts] It looks like the actlen field in the returned xfer 
is completely bogus. That either means
1) someone scribbled over it
2) the xfer is pointing in the wrong direction or is not initialised
3) there is a bug in the USB code that does notset actlen correctly in some 
cases, but I would expect it to 0 in that case.

I'll have to have a better look to see what is happening.

Nick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811260928.36978.nick>