kern/135628: [umass] add a device quirk for Myson Heden 8813

vwe volker at vwsoft.com
Tue Jun 16 23:10:06 UTC 2009


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

From: vwe <volker at vwsoft.com>
To: bug-followup at FreeBSD.org, goto at on-link.jp
Cc:  
Subject: Re: kern/135628: [umass] add a device quirk for Myson Heden 8813
Date: Tue, 16 Jun 2009 22:38:35 +0200

 --=-IEGiTeIssyoG26mEnauD
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 Here're the correct patches (not tested, modifications according to
 information contained in the PR).
 
 --=-IEGiTeIssyoG26mEnauD
 Content-Disposition: attachment; filename="umass.c.diff"
 Content-Type: text/x-patch; name="umass.c.diff"; charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 --- umass.c.orig	2009-06-16 22:34:01.000000000 +0200
 +++ umass.c	2009-06-16 22:35:36.000000000 +0200
 @@ -571,6 +571,10 @@
  	  UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
  	  NO_INQUIRY | IGNORE_RESIDUE | NO_SYNCHRONIZE_CACHE
  	},
 +	{ USB_VENDOR_MYSON,  USB_PRODUCT_MYSON_HEDEN_B, RID_WILDCARD,
 +	  UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
 +	  NO_SYNCHRONIZE_CACHE
 +	},
  	{ USB_VENDOR_MYSON, USB_PRODUCT_MYSON_STARREADER, RID_WILDCARD,
  	  UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
  	  NO_SYNCHRONIZE_CACHE
 
 --=-IEGiTeIssyoG26mEnauD
 Content-Disposition: attachment; filename="usbdevs.diff"
 Content-Type: text/x-patch; name="usbdevs.diff"; charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 --- usbdevs.orig	2009-06-16 22:32:17.000000000 +0200
 +++ usbdevs	2009-06-16 22:33:46.000000000 +0200
 @@ -1814,6 +1814,7 @@
  
  /* Myson products */
  product MYSON HEDEN		0x8818	USB-IDE
 +product MYSON HEDEN_B		0x8813	USB-IDE
  product MYSON STARREADER	0x9920	USB flash card adapter
  
  /* National Semiconductor */
 
 --=-IEGiTeIssyoG26mEnauD--
 


More information about the freebsd-usb mailing list