SDDR-289 slo-mo reboot
Hans Petter Selasky
hselasky at c2i.net
Mon Jan 21 07:08:38 UTC 2013
On Sunday 20 January 2013 22:15:35 Waitman Gobble wrote:
> Hans Petter Selasky <hselasky at 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,
I see, so basically that quirk is disabling the default MSC tester. I think
you need a few more quirks!
http://svnweb.freebsd.org/changeset/base/245725
--HPS
More information about the freebsd-usb
mailing list