From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2d2a214ee9f7606cafa6b61b36686105@felloff.net> Date: Thu, 5 Feb 2015 18:32:52 +0100 From: cinap_lenrek@felloff.net To: 9fans@9fans.net In-Reply-To: <428ae0abf291d814aa6e783ab680e142@quintile.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Raspberry Pi 2 Model B Topicbox-Message-UUID: 41a727f4-ead9-11e9-9d60-3106f5b1d025 labs loaddevdescr() reads 255+18 bytes device descriptor instead of 18 bytes for some reason. try changeing the following line in /sys/src/cmd/usb/lib/dev.c in loaddevdescr(): uchar buf[Ddevlen+255]; to: uchar buf[Ddevlen]; and see if you still get the short descriptor warning. [REDACTED] did this change in [REDACTED] fixing problem with some usb ethernet device. -- cinap