From 354e5b83f7d3622ef8bd5fc6920d2177268cba22 Mon Sep 17 00:00:00 2001 From: flz Date: Sat, 7 Oct 2006 18:28:55 +0000 Subject: Add SCSI da(4) quirk for the iRiver H10. PR: usb/102547 Submitted by: Sven Esbjerg MFC after: 3 days --- sys/cam/scsi/scsi_da.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys/cam') diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index c0ddefc..c881e20 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -443,6 +443,14 @@ static struct da_quirk_entry da_quirk_table[] = {T_DIRECT, SIP_MEDIA_REMOVABLE, "Generic*", "STORAGE DEVICE*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, + { + /* + * iRiver H10 MP3 player + * PR: usb/102547 + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "iriver", "H10*", + "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE + }, }; static disk_strategy_t dastrategy; -- cgit v1.1