Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2010 00:52:48 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-usb@freebsd.org
Subject:   fixing PR 130230
Message-ID:  <20101020005248.GA94374@freebsd.org>

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

--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

hi there,

this patch should fix PR 130230.

cheers.
alex

-- 
a13x

--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="scsi_da.c.diff"

diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 7729ecc..7125c2a 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -547,9 +547,9 @@ static struct da_quirk_entry da_quirk_table[] =
 	{
 		/*
 		 * Samsung YP-U3 mp3-player
-		 * PR: 125398
+		 * PR: 125398, 130230
 		 */
-		{T_DIRECT, SIP_MEDIA_REMOVABLE, "Samsung", "YP-U3",
+		{T_DIRECT, SIP_MEDIA_REMOVABLE, "Samsung*", "YP-U3*",
 		 "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
 	},
 	{

--0F1p//8PRICkK4MW--



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