diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2002-01-07 03:32:56 +0000 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2002-01-07 03:32:56 +0000 |
commit | fc0c999770b7e4f792b590da98f2d30178b1db25 (patch) | |
tree | e0e197cbce982754bf6ffac7e867f46203b96772 /sys/cam | |
parent | 5230f59199e8a6b1d4cd55b86f46fea2d7b4ac53 (diff) | |
download | FreeBSD-src-fc0c999770b7e4f792b590da98f2d30178b1db25.zip FreeBSD-src-fc0c999770b7e4f792b590da98f2d30178b1db25.tar.gz |
Extend Olympus E-100RS quirk to cover entire E series of digital cameras.
Diffstat (limited to 'sys/cam')
-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 }, { |