Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2010 23:38:37 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Cc:        Volodymyr Kostyrko <c.kworr@gmail.com>
Subject:   Re: Transcend JetFlash V85
Message-ID:  <201008192338.37828.hselasky@c2i.net>
In-Reply-To: <i4k4lc$rg1$1@dough.gmane.org>
References:  <i4k4lc$rg1$1@dough.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 19 August 2010 22:37:00 Volodymyr Kostyrko wrote:
> Hi people.
> 
> Just recently saw the message on STABLE:
> 
> MFC r210931:
> Disable sync cache for the Transcend Jetflash V90.
> 
> This sounds good since I have the same problem with my JetFlash V85:
> Aug 19 23:33:55 limbo kernel: (da4:umass-sim1:1:0:0): SYNCHRONIZE
> CACHE(10). CDB: 35 0 0 0 0 0 0 0 0 0
> Aug 19 23:33:55 limbo kernel: (da4:umass-sim1:1:0:0): CAM status: SCSI
> Status Error
> Aug 19 23:33:55 limbo kernel: (da4:umass-sim1:1:0:0): SCSI status: Check
> Condition
> Aug 19 23:33:55 limbo kernel: (da4:umass-sim1:1:0:0): SCSI sense:
> ILLEGAL REQUEST asc:26,0 (Invalid field in parameter list)
> 
> My flash looks like:
> ugen3.3: <Mass Storage Device JetFlash> at usbus3, cfg=0 md=HOST
> spd=HIGH (480Mbps) pwr=ON
> 
>    bLength = 0x0012
>    bDescriptorType = 0x0001
>    bcdUSB = 0x0200
>    bDeviceClass = 0x0000
>    bDeviceSubClass = 0x0000
>    bDeviceProtocol = 0x0000
>    bMaxPacketSize0 = 0x0040
>    idVendor = 0x058f
>    idProduct = 0x6387
>    bcdDevice = 0x0100
>    iManufacturer = 0x0001  <JetFlash>
>    iProduct = 0x0002  <Mass Storage Device>
>    iSerialNumber = 0x0003  <SZR04MNI>
>    bNumConfigurations = 0x0001
> 
> Can someone help me understanding how can I a a quirk for my flash drive?

You can use usbconfig to add quirks on the fly. See:

usbconfig -h

And:

man usbconfig

--HPS



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