Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2006 23:30:56 +0800 (KRAST)
From:      Eugene Grosbein <eu@grosbein.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        iedowse@FreeBSD.org
Subject:   usb/96599: [patch] [usb] Sony Handycam DCR-HC32E memory stick slot
Message-ID:  <200605011530.k41FUtLE001128@grosbein.pp.ru>
Resent-Message-ID: <200605011540.k41FeORe048252@freefall.freebsd.org>

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

>Number:         96599
>Category:       usb
>Synopsis:       [patch] [usb] Sony Handycam DCR-HC32E memory stick slot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 01 15:40:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Eugene Grosbein
>Release:        FreeBSD 6.1-RC i386
>Organization:
Svyaz-Service JSC
>Environment:
System: FreeBSD grosbein.pp.ru 6.1-RC FreeBSD 6.1-RC #25: Mon May 1 22:43:58 KRAST 2006 root@grosbein.pp.ru:/mnt/usr/local/obj6/usr/src/sys/DADV i386

>Description:
	My Sony DCR-HC32E requires the same quirk as DSC
	(http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/umass.c#rev1.124)

	But umass(4) matches it with wrong wildcarded quirk.

>How-To-Repeat:
	6.1-RC does not recognize attached DCR-HC32E

>Fix:

	The solution is to supply more specific quirk just before wrong one.

--- sys/dev/usb/umass.c.orig	Mon May  1 21:30:56 2006
+++ sys/dev/usb/umass.c	Mon May  1 23:13:50 2006
@@ -478,6 +478,10 @@
 	  UMASS_PROTO_RBC | UMASS_PROTO_CBI,
 	  NO_QUIRKS
 	},
+	{ USB_VENDOR_SONY, USB_PRODUCT_SONY_HANDYCAM, 0x0500,
+	  UMASS_PROTO_RBC | UMASS_PROTO_CBI,
+	  RBC_PAD_TO_12
+	},
 	{ USB_VENDOR_SONY, USB_PRODUCT_SONY_HANDYCAM, RID_WILDCARD,
 	  UMASS_PROTO_RBC | UMASS_PROTO_CBI,
 	  NO_QUIRKS



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



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