usb/78984: [umass] [patch] Creative MUVO umass failure

Mark Kirkwood markir at paradise.net.nz
Tue Apr 22 01:30:04 UTC 2008


The following reply was made to PR usb/78984; it has been noted by GNATS.

From: Mark Kirkwood <markir at paradise.net.nz>
To: bug-followup at FreeBSD.org, bofh at m-wesemeyer.de
Cc:  
Subject: Re: usb/78984: [umass] [patch] Creative MUVO umass failure
Date: Tue, 22 Apr 2008 13:24:07 +1200

 I neglected to change RID_WILDCARD to the id of the 128MB nomad (we 
 don't want *all* creative nomads to get this quirk).
 ===============================================================================
 *** sys/dev/usb/umass.c.orig    Mon Apr 21 18:17:08 2008
 --- sys/dev/usb/umass.c Tue Apr 22 11:39:02 2008
 ***************
 *** 374,379 ****
 --- 374,384 ----
       UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
       FORCE_SHORT_INQUIRY | NO_START_STOP | IGNORE_RESIDUE
     },
 +   { USB_VENDOR_CREATIVE, USB_PRODUCT_CREATIVE_NOMAD, 0x001,
 +     /* Only the 128MB Nomad needs off by 1 */
 +     UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
 +     READ_CAPACITY_OFFBY1
 +   },
     { USB_VENDOR_DESKNOTE, USB_PRODUCT_DESKNOTE_UCR_61S2B, RID_WILDCARD,
       UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
       NO_QUIRKS
 ===============================================================================


More information about the freebsd-usb mailing list