Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2003 10:51:23 +0100
From:      Oliver Brandmueller <obi@gruft.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/50271: Add USB ID/quirks for Optio 230GS Digital Camera
Message-ID:  <E18xl5X-000KPV-00@obh.snafu.de>

index | next in thread | raw e-mail


>Number:         50271
>Category:       kern
>Synopsis:       Add USB ID/quirks for Optio 230GS Digital Camera
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 02:00:26 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Brandmueller
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
obh private network
>Environment:
System: FreeBSD gruft.de 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #27: Sat Feb 22 18:24:39 CET 2003 root@gruft.de:/usr/obj/usr/src/sys/EXPRESS i386

>Description:

I've successfully connected a Pentax Optio 230GS camera with the same 
options/quirks as the Optio 230 camera which is already mentioned in the 
sources.

>How-To-Repeat:
connect Optio 230GS camera to USB port

>Fix:

In /usr/src/sys/dev/usb/usbdevs add:

product ASAHIOPTICAL OPTIO230GS	0x0006  Digital camera


In /usr/src/sys/dev/usb/umass.c add:

        if (UGETW(dd->idVendor) == USB_VENDOR_ASAHIOPTICAL
            && UGETW(dd->idProduct) == USB_PRODUCT_ASAHIOPTICAL_OPTIO230GS) {
                sc->quirks |= RS_NO_CLEAR_UA;
        }


After rebuilding usbdevs.h and building/installing the new kernel the 
camera works just fine as a umass device.


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18xl5X-000KPV-00>