Hans Petter Selasky <hsela...@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

_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to