Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 16:11:02 +0100
From:      Remo Collet <remo@astro.uu.se>
To:        freebsd-usb@freebsd.org
Cc:        remo@astro.uu.se
Subject:   USB external CD-RW and FreeBSD 5.3
Message-ID:  <200411121611.02439.remo@astro.uu.se>

next in thread | raw e-mail | index | archive | help
>>Alex Povolotsky <tarkhil at webmail.sub.ru> writes:
>>
>>>I have an external AOPEN CD-RW with USB interface, it works fine
>>>with 4.10, but doesn't work with 5.ANY (including 5.3BETA7).
>>>
>>>5.x DOES see umass device, but doesn't see any cd device

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



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