Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2004 14:25:53 GMT
From:      Mattias Schlenker <mattias@schlenker-webdesign.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/73872: Palm Zire 72 not recognized by uvisor
Message-ID:  <200411121425.iACEPrRf027937@www.freebsd.org>
Resent-Message-ID: <200411121440.iACEePpw077042@freefall.freebsd.org>

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

>Number:         73872
>Category:       kern
>Synopsis:       Palm Zire 72 not recognized by uvisor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 14:40:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mattias Schlenker
>Release:        5.2.1
>Organization:
>Environment:
FreeBSD curium.wg-net 5.2.1-RELEASE-p11 FreeBSD 5.2.1-RELEASE-p11 #3: Tue Nov  9 12:41:14 CET 2004     mattias@curium.wg-net:/usr/obj/usr/src/sys/MATTIAS  i386

>Description:
Palm Zire 72 is not recognized by uvisor.c, thus /dev/ucom0 is not available for hotsyncing. usbdevs and uvisor need an update.
>How-To-Repeat:
Just plug in a Palm Zire 72.
>Fix:
Add the line

#define USB_PRODUCT_PALM_ZIRE_72 0x0061         /* Palm Zire 72 */

to your /usr/src/sys/dev/usb/usbdevs.h and

{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_ZIRE_72 }, PALM4 },

to your /usr/src/sys/dev/usb/uvisor.c. Then recompile uvisor, load the module and plug in the Zire 72. It works.


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



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