aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-06-28 06:12:55 +0000
committerWarner Losh <imp@FreeBSD.org>2007-06-28 06:12:55 +0000
commitf8f10e94cfa2879546ce8981f5f56e84cd3a38a1 (patch)
tree696d7adba286aa3a6ef4b7f709691d08a40f37df /sys
parente9da08f2eb9b4f396bc91358a18949afbe8cf116 (diff)
downloadsrc-f8f10e94cfa2879546ce8981f5f56e84cd3a38a1.tar.gz
src-f8f10e94cfa2879546ce8981f5f56e84cd3a38a1.zip
Support for iRiver U10 USB connection
PR: 92306 Submitted by: Soren Dossing Approved by: re (blanket)
Notes
Notes: svn path=/head/; revision=171075
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 9890fbbc20a9..e3ef56a49a4e 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -457,6 +457,14 @@ static struct da_quirk_entry da_quirk_table[] =
},
{
/*
+ * iRiver U10 MP3 player
+ * PR: usb/92306
+ */
+ {T_DIRECT, SIP_MEDIA_REMOVABLE, "iriver", "U10*",
+ "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
+ },
+ {
+ /*
* X-Micro Flash Disk
* PR: usb/96901
*/