Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2004 23:04:09 -0800
From:      Julian Elischer <julian@elischer.org>
To:        Remo Collet <remo@astro.uu.se>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: USB external CD-RW and FreeBSD 5.3
Message-ID:  <41BBED69.80706@elischer.org>
In-Reply-To: <200411121611.02439.remo@astro.uu.se>

index | next in thread | previous in thread | raw e-mail

Remo Collet wrote:

> Hi!
>  I experienced the same problem with a Dell D400.
>  Try to patch umass.c as indicated below, it worked for me
>  (on FreeBSD 5.3-STABLE #1)
>  Cheers,
> 
>  Remo
> 
> 
> diff -c umass.c.original umass.c.quirk
> *** umass.c.original    Fri Nov 12 14:29:36 2004
> --- umass.c.quirk   Fri Nov 12 14:31:21 2004
> ***************
> *** 319,324 ****
> --- 319,328 ----
>           UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
>           RS_NO_CLEAR_UA
>         },
> +       { USB_VENDOR_DELL, PID_WILDCARD, RID_WILDCARD,
> +         UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
> +         FORCE_SHORT_INQUIRY
> +       },
>         { USB_VENDOR_FUJIPHOTO, USB_PRODUCT_FUJIPHOTO_MASS0100, RID_WILDCARD,
>           UMASS_PROTO_ATAPI | UMASS_PROTO_CBI_I,
>           RS_NO_CLEAR_UA

I'd rather commit something more specific than "all DELL  devices"

can you supply a more specifig device ID?

thanks


help

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