svn commit: r350707 - stable/12/sys/cam/scsi
Alexander Motin
mav at FreeBSD.org
Thu Aug 8 00:23:12 UTC 2019
Author: mav
Date: Thu Aug 8 00:23:11 2019
New Revision: 350707
URL: https://svnweb.freebsd.org/changeset/base/350707
Log:
MFC r342866 (by imp): Add NO_SYNC_CACHE quirk for PENTAX cameras
PR: 93389
Modified:
stable/12/sys/cam/scsi/scsi_da.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/cam/scsi/scsi_da.c
==============================================================================
--- stable/12/sys/cam/scsi/scsi_da.c Thu Aug 8 00:22:15 2019 (r350706)
+++ stable/12/sys/cam/scsi/scsi_da.c Thu Aug 8 00:23:11 2019 (r350707)
@@ -1122,6 +1122,14 @@ static struct da_quirk_entry da_quirk_table[] =
},
{
/*
+ * Pentax Digital Camera
+ * PR: usb/93389
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "PENTAX", "DIGITAL CAMERA",
+ "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
+ },
+ {
+ /*
* LG UP3S MP3 player
*/
{T_DIRECT, SIP_MEDIA_REMOVABLE, "LG", "UP3S",
More information about the svn-src-stable-12
mailing list