diff options
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 8865af0..03a8035 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -307,12 +307,9 @@ static struct da_quirk_entry da_quirk_table[] = }, { /* - * Olympus E-100RS digital camera. - * Reported by: Bernd Walter <ticso@cicely8.cicely.de> - * XXX See above; its likely all Olympus digital cameras - * have the same quirk, but I cannot confirm. - kbyanc + * Olympus digital cameras (E-100RS, E-10). */ - {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "E-100RS", "*"}, + {T_DIRECT, SIP_MEDIA_REMOVABLE, "OLYMPUS", "E-*", "*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, { |