fixing PR 130230

Alexander Best arundel at freebsd.org
Wed Oct 20 00:52:48 UTC 2010


hi there,

this patch should fix PR 130230.

cheers.
alex

-- 
a13x
-------------- next part --------------
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
 	},
 	{


More information about the freebsd-usb mailing list