Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 19:19:53 +0200
From:      Christian Gusenbauer <c47g@gmx.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/69915: Add USB support for Sony Handycam TRV-30 memory stick slot
Message-ID:  <200408021919.53748.c47g@gmx.at>
Resent-Message-ID: <200408021730.i72HUBxD069292@freefall.freebsd.org>

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

>Number:         69915
>Category:       misc
>Synopsis:       Add USB support for Sony Handycam TRV-30 memory stick slot
>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:   Mon Aug 02 17:30:10 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christian Gusenbauer
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD bones.gusis.at 5.2-CURRENT FreeBSD 5.2-CURRENT #7: Sat Jun 5 
16:51:47 CEST 2004 root@:/jail/obj/jail/src/sys/BONES i386


>Description:
	These patches add support of the memory stick slot found in Sony's
	TRV30 handycam.

>How-To-Repeat:
>Fix:

*** usbdevs.orig        Mon Aug  2 18:35:51 2004
--- usbdevs     Mon Aug  2 18:36:23 2004
***************
*** 1227,1232 ****
--- 1227,1233 ----
  /* SONY products */
  product SONY DSC              0x0010  DSC cameras
  product SONY MSACUS1          0x002d  Memorystick MSAC-US1
+ product SONY HANDYCAM         0x002e  Handycam memory stick slot
  product SONY MSC              0x0032  MSC memory stick slot
  product SONY CLIE_35          0x0038  Sony Clie v3.5
  product SONY CLIE_40          0x0066  Sony Clie v4.0


*** umass.c.orig        Mon Aug  2 18:38:57 2004
--- umass.c     Mon Aug  2 18:39:59 2004
***************
*** 429,434 ****
--- 429,438 ----
          UMASS_PROTO_RBC | UMASS_PROTO_CBI,
          NO_QUIRKS
        },
+       { USB_VENDOR_SONY, USB_PRODUCT_SONY_HANDYCAM, RID_WILDCARD,
+         UMASS_PROTO_RBC | UMASS_PROTO_CBI,
+         NO_QUIRKS
+       },
        { USB_VENDOR_SONY, USB_PRODUCT_SONY_MSC, RID_WILDCARD,
          UMASS_PROTO_RBC | UMASS_PROTO_CBI,
          NO_QUIRKS
>Release-Note:
>Audit-Trail:
>Unformatted:



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