svn commit: r186730 - in head: lib/libusb20 sys/dev/usb2/controller sys/dev/usb2/core sys/dev/usb2/ethernet sys/dev/usb2/image sys/dev/usb2/include sys/dev/usb2/serial sys/dev/usb2/sound sys/dev/us...

Hans Petter Selasky hselasky at c2i.net
Tue Jan 6 11:02:32 PST 2009


On Tuesday 06 January 2009, Stanislav Sedov wrote:
> http://www.SpringDaemons.com/stas/dmesg

From the debug messages it might look like your device has a problem with 
clearing the stall. Try commenting out the following lines in "ubsa2.c":

        /* clear stall at first run */
        sc->sc_flag |= (UBSA_FLAG_WRITE_STALL |
            UBSA_FLAG_READ_STALL);

--HPS


More information about the svn-src-head mailing list