Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2006 21:52:37 +0900 (JST)
From:      Soren Dossing <netcom@sauber.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/92306: Support for iRiver U10 USB media player
Message-ID:  <200601251252.k0PCqbHY077440@amber.sauber.net>
Resent-Message-ID: <200601251300.k0PD0FeZ005392@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92306
>Category:       kern
>Synopsis:       Support for iRiver U10 USB media player
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 25 13:00:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soren Dossing
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
FreeBSD 5.4-STABLE i386
FreeBSD 6.0-STABLE i386

>Description:
        Support for iRiver U10 USB connection
>How-To-Repeat:
        Attache iRiver U10 to USB port.
>Fix:
Yet another exception in the da_quirk table.

--- /usr/src/sys/cam/scsi/scsi_da.c.orig        Wed Jan 25 18:39:07 2006
+++ /usr/src/sys/cam/scsi/scsi_da.c     Wed Jan 25 18:46:13 2006
@@ -312,6 +312,13 @@
        },
        {
                /*
+                * iRiver U10 MP3 player (with UMS Firmware)
+                */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, "iriver", "U10*", "*"},
+               /*quirks*/ DA_Q_NO_SYNC_CACHE
+       },
+       {
+               /*
                 * Frontier Labs NEX IA+ Digital Audio Player, rev 1.10/0.01
                 * PR: kern/70158
                 */

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601251252.k0PCqbHY077440>