Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 13:15:35 -0800 (PST)
From:      "Waitman Gobble" <uzimac@da3m0n8t3r.com>
To:        Hans Petter Selasky <hselasky@c2i.net>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: SDDR-289 slo-mo reboot
Message-ID:  <1358716535.58881@da3m0n8t3r.com>
In-Reply-To: <201301202153.26071.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--bound1358716535
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: 7bit

Hans Petter Selasky <hselasky@c2i.net> wrote ..
> On Sunday 20 January 2013 18:05:46 Waitman Gobble wrote:
> > > USB_QUIRK(SANDISK, IMAGEMATE_SDDR289, 0x0000, 0xffff,
> > >
> > >      UQ_MSC_FORCE_PROTO_SCSI, UQ_MSC_NO_INQUIRY | UQ_MSC_NO_GETMAXLUN),
> 
> Can you try this:
> 
> USB_QUIRK(SANDISK, IMAGEMATE_SDDR289, 0x0000, 0xffff, UQ_MSC_NO_INQUIRY, 
> UQ_MSC_NO_GETMAXLUN),
> 
> There should be a "," and not "|".
> 
> --HPS



Hi,
I noticed that on another line and thought it was valid.

For example, a different device in sys/dev/usb/quirk/usb_quirk.c:

USB_QUIRK(ONSPEC, UCF100, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_BBB,
            UQ_MSC_FORCE_PROTO_ATAPI, UQ_MSC_NO_INQUIRY | UQ_MSC_NO_GETMAXLUN),


Anyway, I removed the UQ_MSC_NO_INQUIRY from the SDDR189 quirk and it seems to work, at least the boot problem is solved.

Thank you,



-- 
Waitman Gobble
San Jose California USA


--bound1358716535--




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