kern/68412: QUIRK: Philips KEY013 USB MP3 player

Arnoud Engelfriet galactus at stack.nl
Sun Jun 27 01:20:32 PDT 2004


>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 at 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:


More information about the freebsd-bugs mailing list