Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 21:40:00 GMT
From:      Greg Rivers <gcr@tharned.org>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/178771: [usbdevs] [patch] Western Digital My Passport HD
Message-ID:  <201306022140.r52Le0o4044203@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/178771; it has been noted by GNATS.

From: Greg Rivers <gcr@tharned.org>
To: bug-followup@freebsd.org
Cc: tim.matthews7@gmail.com
Subject: Re: usb/178771: [usbdevs] [patch] Western Digital My Passport HD
Date: Sun, 02 Jun 2013 16:30:04 -0500

 FYI, I came across a WD My Passport USB drive that has a different product ID, 
 yet requires the same UQ_MSC_NO_SYNC_CACHE quirk:
 
 $ usbconfig dump_device_quirks | fgrep -i 0x07a8
 VID=0x1058 PID=0x07a8 REVLO=0x1033 REVHI=0x1033 QUIRK=UQ_MSC_NO_SYNC_CACHE
 
 $ dmesg | tail -11
 umass0: <Western Digital My Passport 07A8, class 0/0, rev 2.10/10.33, addr 5> 
 on usbus4
 umass0:  SCSI over Bulk-Only; quirks = 0x4000
 umass0:2:0:-1: Attached to scbus2
 da0 at umass-sim0 bus 0 scbus2 target 0 lun 0
 da0: <WD My Passport 07A8 1033> Fixed Direct Access SCSI-6 device 
 da0: 40.000MB/s transfers
 da0: 953837MB (1953458176 512 byte sectors: 255H 63S/T 121597C)
 ses0 at umass-sim0 bus 0 scbus2 target 0 lun 1
 ses0: <WD SES Device 1033> Fixed Enclosure Services SCSI-6 device 
 ses0: 40.000MB/s transfers
 ses0: SCSI-3 ENC Device
 
 $ usbconfig -d 4.5 dump_device_desc
 ugen4.5: <My Passport 07A8 Western Digital> at usbus4, cfg=0 md=HOST spd=HIGH 
 (480Mbps) pwr=ON (100mA)
 
   bLength = 0x0012 
   bDescriptorType = 0x0001 
   bcdUSB = 0x0210 
   bDeviceClass = 0x0000 
   bDeviceSubClass = 0x0000 
   bDeviceProtocol = 0x0000 
   bMaxPacketSize0 = 0x0040 
   idVendor = 0x1058 
   idProduct = 0x07a8 
   bcdDevice = 0x1033 
   iManufacturer = 0x0001  <Western Digital>
   iProduct = 0x0002  <My Passport 07A8>
   iSerialNumber = 0x0003  <57583331453932575A373338>
   bNumConfigurations = 0x0001 
 
 $ camcontrol inquiry da0
 pass2: <WD My Passport 07A8 1033> Fixed Direct Access SCSI-6 device 
 pass2: Serial Number 57583331453932575A373338
 pass2: 40.000MB/s transfers
 
 The part number printed on the case is WDBBEP0010BBK-03.
 
 Please augment the patch to accommodate this model as well.   Thanks.
 
 -- 
 Greg Rivers



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