ATP USB flash failure (regression?)

Hans Petter Selasky hps at bitfrost.no
Wed Jan 22 14:54:34 UTC 2014


On 01/22/14 15:45, Gerrit Kühn wrote:
> On Wed, 22 Jan 2014 13:57:35 +0100 Hans Petter Selasky <hps at bitfrost.no>
> wrote about Re: ATP USB flash failure (regression?):
>
> HPS> QUIRKS 0x4101 are:
> HPS>
> HPS> #define NO_SYNCHRONIZE_CACHE    0x4000
> HPS> #define NO_GETMAXLUN            0x0100
> HPS> #define NO_TEST_UNIT_READY      0x0001
> HPS>
> HPS> If you add this quirk, the msctest logic will be disabled:
> HPS>
> HPS> usbconfig -d X.Y add_quirk NO_SYNCHRONIZE_CACHE
>
> I'm not sure I understand what to do here. The old quirk setting that
> worked before was 0x0100. However, it looks like I cannot set these,
> anyway:
>
> root at mclane:~ # usbconfig -d 1.4 add_quirk NO_SYNCHRONIZE_CACHE
> Adding quirk 'NO_SYNCHRONIZE_CACHE' failed, continuing.
>
>
> cu
>    Gerrit
>
>

Correcting myself:

usbconfig -d X.Y add_quirk UQ_MSC_NO_SYNC_CACHE

--HPS


More information about the freebsd-usb mailing list