usb/132799: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Mar 20 15:20:03 PDT 2009


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: usb/132799: commit references a PR
Date: Fri, 20 Mar 2009 22:17:37 +0000 (UTC)

 Author: thompsa
 Date: Fri Mar 20 22:17:27 2009
 New Revision: 190189
 URL: http://svn.freebsd.org/changeset/base/190189
 
 Log:
   Add umass quirk.
   
   PR:			usb/132799
   Reported by:		Yoshihiro Ota
   Submitted by:		Hans Petter Selasky
 
 Modified:
   head/sys/dev/usb/storage/umass.c
 
 Modified: head/sys/dev/usb/storage/umass.c
 ==============================================================================
 --- head/sys/dev/usb/storage/umass.c	Fri Mar 20 22:15:22 2009	(r190188)
 +++ head/sys/dev/usb/storage/umass.c	Fri Mar 20 22:17:27 2009	(r190189)
 @@ -458,6 +458,7 @@ static const struct umass_devdescr umass
  	{USB_VENDOR_GENESYS, USB_PRODUCT_GENESYS_GL641USB2IDE, RID_WILDCARD,
  		UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
  		FORCE_SHORT_INQUIRY | NO_START_STOP | IGNORE_RESIDUE
 +		    | NO_SYNCHRONIZE_CACHE
  	},
  	{USB_VENDOR_GENESYS, USB_PRODUCT_GENESYS_GL641USB2IDE_2, RID_WILDCARD,
  		UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-usb mailing list