Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 15:55:36 +0100
From:      Hans Petter Selasky <hps@bitfrost.no>
To:        =?ISO-8859-1?Q?Gerrit_K=FChn?= <gerrit.kuehn@aei.mpg.de>
Cc:        freebsd-usb@FreeBSD.org
Subject:   Re: ATP USB flash failure (regression?)
Message-ID:  <52DFDBE8.10004@bitfrost.no>
In-Reply-To: <20140122154508.0958e414.gerrit.kuehn@aei.mpg.de>
References:  <20140122134116.1c589702.gerrit.kuehn@aei.mpg.de>	<52DFC03F.6090002@bitfrost.no> <20140122154508.0958e414.gerrit.kuehn@aei.mpg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/22/14 15:45, Gerrit Kühn wrote:
> On Wed, 22 Jan 2014 13:57:35 +0100 Hans Petter Selasky <hps@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@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



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