summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-01-22 04:34:03 +0000
committerimp <imp@FreeBSD.org>2007-01-22 04:34:03 +0000
commitbbae4f99499054b3fc06acf2da55f260fd8d3974 (patch)
treedbfb7084f1cc88c3b71160f2dd8ecda98e66ff72 /sys
parent95a9b2142ae1f23ba99ffffc7acc4055f2c40cea (diff)
downloadFreeBSD-src-bbae4f99499054b3fc06acf2da55f260fd8d3974.zip
FreeBSD-src-bbae4f99499054b3fc06acf2da55f260fd8d3974.tar.gz
Add quirk for EasyMP3 EM732X usb 2.0 flash mp3 player.
(It appears that the quirk proceedures link has disappeared and that this PR complied with it, if there's a problem, please contact me). PR: usb/96546
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_da.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 262ca43..1c152c9 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -466,6 +466,14 @@ static struct da_quirk_entry da_quirk_table[] =
{T_DIRECT, SIP_MEDIA_REMOVABLE, "X-Micro", "Flash Disk",
"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
},
+ {
+ /*
+ * EasyMP3 EM732X USB 2.0 Flash MP3 Player
+ * PR: usb/96546
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "*", "MP3 Player*",
+ "1.0"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
+ },
};
static disk_strategy_t dastrategy;
OpenPOWER on IntegriCloud