Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2006 19:44:03 GMT
From:      Artem Naluzhny<tut@nhamon.com.ua>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   usb/106538: [patch] Can not burn DVD on Sony DRX-820UL external USB device
Message-ID:  <200612091944.kB9Ji3Uj008080@www.freebsd.org>
Resent-Message-ID: <200612091950.kB9Jo4SR068078@freefall.freebsd.org>

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

>Number:         106538
>Category:       usb
>Synopsis:       [patch] Can not burn DVD on Sony DRX-820UL external USB device
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 09 19:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Artem Naluzhny
>Release:        6.2-PRERELEASE
>Organization:
>Environment:
FreeBSD tut.sweet.home 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Sat Dec  9 20:07:17 EET 2006     root@tut.sweet.home:/usr/obj/usr/src/sys/TUT  i386
>Description:
It is not possible to burn DVD on Sony DRX-820UL external USB device (CD burning works fine):

kernel:
  umass0: Sony DRX-820UL, rev 2.00/4.59, addr 2
  cd0 at umass-sim0 bus 0 target 0 lun 0
  cd0: <SONY DVD RW DRU-820A 2.0b> Removable CD-ROM SCSI-0 device
  cd0: 40.000MB/s transfers
  cd0: Attempt to query device size failed: NOT READY, Medium not present

usbdevs:
  port 2 addr 3: full speed, self powered, config 1, DRX-820UL(0x0291), Sony(0x054c), rev 4.59

growisofs
  unable to GET CONFIGURATION: input/output error
  non MMC-unit?

console:
  umass0: Unsupported ATAPI command 0x46
  umass0: Unsupported ATAPI command 0x46
  umass0: Unsupported ATAPI command 0x46
>How-To-Repeat:

>Fix:
--- src/sys/dev/usb/usbdevs.orig	Sat Nov 18 00:22:14 2006
+++ src/sys/dev/usb/usbdevs	Sat Dec  9 20:02:04 2006
@@ -1563,6 +1563,7 @@
 product SONY CLIE_41		0x009a	Sony Clie v4.1
 product SONY CLIE_NX60		0x00da	Sony Clie nx60
 product SONY CLIE_TJ37		0x0169	Sony Clie tj37
+product SONY DRX_820UL		0x0291	Sony DRX-820UL
 
 /* Sony Ericsson products */
 product SONYERICSSON DCU10	0x0528	USB Cable
--- src/sys/dev/usb/umass.c.orig	Sat Nov 18 00:22:14 2006
+++ src/sys/dev/usb/umass.c	Sat Dec  9 20:44:24 2006
@@ -494,6 +494,10 @@
 	  UMASS_PROTO_RBC | UMASS_PROTO_CBI,
 	  NO_QUIRKS
 	},
+	{ USB_VENDOR_SONY, USB_PRODUCT_SONY_DRX_820UL, RID_WILDCARD,
+	  UMASS_PROTO_SCSI | UMASS_PROTO_BBB,
+	  NO_QUIRKS
+	},
 	{ USB_VENDOR_TREK, USB_PRODUCT_TREK_THUMBDRIVE_8MB, RID_WILDCARD,
           UMASS_PROTO_ATAPI | UMASS_PROTO_BBB,
 	  IGNORE_RESIDUE

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



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