Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2007 16:28:30 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Markus Henschel <m.henschel@bally-wulff.de>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: usb/110855: ugen: interrupt in msgs are truncated when buffer is full
Message-ID:  <200703281628.30878.hselasky@c2i.net>
In-Reply-To: <460A3861.3000207@bally-wulff.de>
References:  <200703271940.l2RJe90x058558@freefall.freebsd.org> <460A3861.3000207@bally-wulff.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 28 March 2007 11:41, Markus Henschel wrote:
> Hans Petter Selasky schrieb:
> > The following reply was made to PR usb/110855; it has been noted by
> > GNATS.
> >
>
> Hi,
>

Could you edit /sys/dev/usb/umass.c

Then lookup:

usbd_delay_ms(uaa->device, 1000);

Change it into:

usbd_delay_ms(uaa->device, 5000);

Then lookup in the function "umass_attach()":

sc->sc_last_xfer_index = UMASS_T_BBB_COMMAND;

and change it into:

sc->sc_last_xfer_index = UMASS_T_BBB_RESET2;

Compile a new kernel and see what happens when you plug the stick again.

--HPS



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