Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2009 10:59:27 +0100
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Alexander Best <alexbestms@math.uni-muenster.de>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: usb2 quirks
Message-ID:  <200901071059.27949.hselasky@c2i.net>
In-Reply-To: <permail-200901062302321e86ffa8000024e9-a_best01@message-id.uni-muenster.de>
References:  <permail-200901062302321e86ffa8000024e9-a_best01@message-id.uni-muenster.de>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wednesday 07 January 2009, Alexander Best wrote:
> Thanks a lot. There are two more questions i'd like to ask:
>
> 1. where can i find <vid>, <pid>, <lo_rev> and <hi_rev> in the following
> device_desc dump?
>
> ugen3.2: <MiniPlayer Meizu   Electronics> at usbus3, cfg=0 md=HOST spd=HIGH
> (480Mbps) pwr=ON

vid:
>   idVendor = 0x0492
pid:
>   idProduct = 0x0140
lo_rev+hi_rev:
>   bcdDevice = 0x0100
>   iManufacturer = 0x0001  <Meizu   Electronics         >
>   iProduct = 0x0002  <MiniPlayer>
>   iSerialNumber = 0x0003  <000000F1F1000>
>   bNumConfigurations = 0x0001
>
> 2. what are the usb2 equivalents to the following usb1 quirks:
>    UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
>    NO_INQUIRY | NO_SYNCHRONIZE_CACHE

These quirks have not yet been converted into the quirk system. You have to 
recompile usb2_storage_mass modules and edit usb2/storage/umass2.c .

--HPS



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