From e714ae83becee72c8c5b0f902de7af9c9dab8cb2 Mon Sep 17 00:00:00 2001 From: njl Date: Tue, 11 Mar 2003 01:55:11 +0000 Subject: Quirk for Pentax Optio 230 USB camera. Note that other products probably use the underlying AsahiOptical USB chip and thus this quirk may need to be generalized in the future. PR: kern/46369 Submitted by: Tim Vanderhoek MFC After: 3 days --- sys/cam/scsi/scsi_da.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sys/cam') diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index d1dab09..fed26ba 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -444,6 +444,15 @@ static struct da_quirk_entry da_quirk_table[] = */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "LEXAR", "DIGITAL FILM", "*"}, /*quirks*/ DA_Q_NO_6_BYTE + }, + { + /* + * Pentax USB Optio 230 camera + * PR: kern/46369 + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, + "PENTAX", "DIGITAL_CAMERA", "*"}, + /*quirks*/ DA_Q_NO_6_BYTE } }; -- cgit v1.1