From nobody@FreeBSD.org  Fri Nov 12 14:39:43 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 78FED16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Nov 2004 14:39:43 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1DA43D39
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Nov 2004 14:39:43 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id iACEdhVa063887
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 12 Nov 2004 14:39:43 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id iACEPrRf027937;
	Fri, 12 Nov 2004 14:25:53 GMT
	(envelope-from nobody)
Message-Id: <200411121425.iACEPrRf027937@www.freebsd.org>
Date: Fri, 12 Nov 2004 14:25:53 GMT
From: Mattias Schlenker <mattias@schlenker-webdesign.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Palm Zire 72 not recognized by uvisor
X-Send-Pr-Version: www-2.3

>Number:         73872
>Category:       kern
>Synopsis:       [patch] Palm Zire 72 not recognized by uvisor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-usb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 14:40:25 GMT 2004
>Closed-Date:    Fri Dec 17 20:17:06 GMT 2004
>Last-Modified:  Fri Dec 17 20:17:06 GMT 2004
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-usb 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Nov 29 09:29:04 GMT 2004 
Responsible-Changed-Why:  
Reassign to appropriate mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73872 
State-Changed-From-To: open->feedback 
State-Changed-By: julian 
State-Changed-When: Sun Dec 12 08:45:19 GMT 2004 
State-Changed-Why:  
Should already be fixed by entry for zire31 

asked submitter to confirm 


http://www.freebsd.org/cgi/query-pr.cgi?pr=73872 
State-Changed-From-To: feedback->closed 
State-Changed-By: julian 
State-Changed-When: Fri Dec 17 20:16:15 GMT 2004 
State-Changed-Why:  
Current entry for ZIRE-31 works for the while family apparently. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=73872 
>Unformatted:
