Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 10:10:09 +0200 (CEST)
From:      Arnoud Engelfriet <galactus@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/68412: QUIRK: Philips KEY013 USB MP3 player
Message-ID:  <200406270810.i5R8A9t01609@omehenk.dohd.org>
Resent-Message-ID: <200406270820.i5R8KKb0039401@freefall.freebsd.org>

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

>Number:         68412
>Category:       kern
>Synopsis:       QUIRK: Philips KEY013 USB MP3 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:   Sun Jun 27 08:20:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Arnoud Engelfriet
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD omehenk.dohd.org 4.5-RELEASE FreeBSD 4.5-RELEASE #6: Sat Jun 26 19:46:04 CEST 2004 galactus@omehenk.dohd.org:/usr/src/sys/compile/OMEHENK i386


	
>Description:
The Philips KEY013 is a USB MP3 player/mass storage device. Its
vendor ID is "PHILIPS Key Audio 256MB 0100". It works
under FreeBSD only if the below quirks are applied. Otherwise these
errors are generated when trying to mount:
umass0: BBB reset failed, TIMEOUT
umass0: BBB bulk-in clear stall failed, IOERROR
umass0: BBB bulk-out clear stall

>How-To-Repeat:
Try to mount the device.
>Fix:
Add the following quirk to scsi_da.c:
        {
                /*
                 * Philips USB Key Audio KEY013
                 */
                {T_DIRECT, SIP_MEDIA_REMOVABLE, "PHILIPS", "Key*", "*"},
                /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE|DA_Q_NO_PREVENT
        },

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



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