diff options
author | imp <imp@FreeBSD.org> | 2007-06-28 06:12:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-06-28 06:12:55 +0000 |
commit | a305231f8c433112c654595e94a0e0a2251fdfc5 (patch) | |
tree | 696d7adba286aa3a6ef4b7f709691d08a40f37df /sys/cam | |
parent | b03372fe73698370fc456e8c2b4dee61f319dd01 (diff) | |
download | FreeBSD-src-a305231f8c433112c654595e94a0e0a2251fdfc5.zip FreeBSD-src-a305231f8c433112c654595e94a0e0a2251fdfc5.tar.gz |
Support for iRiver U10 USB connection
PR: 92306
Submitted by: Soren Dossing
Approved by: re (blanket)
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 9890fbb..e3ef56a 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 */ |