From owner-freebsd-usb@FreeBSD.ORG Wed Oct 20 00:52:48 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id C4571106566B; Wed, 20 Oct 2010 00:52:48 +0000 (UTC) Date: Wed, 20 Oct 2010 00:52:48 +0000 From: Alexander Best To: freebsd-usb@freebsd.org Message-ID: <20101020005248.GA94374@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0F1p//8PRICkK4MW" Content-Disposition: inline Subject: fixing PR 130230 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 00:52:48 -0000 --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--