From kstailey@speakeasy.net  Sat Aug 30 16:06:56 2003
Return-Path: <kstailey@speakeasy.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 6AAC016A4BF; Sat, 30 Aug 2003 16:06:56 -0700 (PDT)
Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 056E743FDF; Sat, 30 Aug 2003 16:06:55 -0700 (PDT)
	(envelope-from kstailey@speakeasy.net)
Received: from hermes.tubas.net ([68.50.141.185])
          by comcast.net (rwcrmhc13) with ESMTP
          id <2003083023032701500gkq5je>; Sat, 30 Aug 2003 23:03:27 +0000
Received: from hermes.trickster.gods (localhost.trickster.gods [127.0.0.1])
	by hermes.tubas.net (8.12.9/8.12.9) with ESMTP id h7UN3Qvo017866;
	Sat, 30 Aug 2003 19:03:26 -0400 (EDT)
	(envelope-from kstailey@hermes.trickster.gods)
Received: (from kstailey@localhost)
	by hermes.trickster.gods (8.12.9/8.12.9/Submit) id h7UN3P93017865;
	Sat, 30 Aug 2003 19:03:25 -0400 (EDT)
Message-Id: <200308302303.h7UN3P93017865@hermes.trickster.gods>
Date: Sat, 30 Aug 2003 19:03:25 -0400 (EDT)
From: Ken Stailey <kstailey@yahoo.com>
Reply-To: Ken Stailey <kstailey@yahoo.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: joe@freebsd.org
Subject: How To Support the Palm Zire 71 via the uvisor driver
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56217
>Category:       kern
>Synopsis:       How To Support the Palm Zire 71 via the uvisor driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 30 16:10:05 PDT 2003
>Closed-Date:    Mon Sep 01 13:52:32 PDT 2003
>Last-Modified:  Mon Sep 01 13:52:32 PDT 2003
>Originator:     Ken Stailey
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
self
>Environment:
FreeBSD pilot.trickster.gods 4.8-STABLE FreeBSD 4.8-STABLE #6: Tue Aug 26 08:44:03 EDT 2003     kstailey@pilot.trickster.gods:/usr/obj/usr/src/sys/PILOT  i386


	
>Description:
The Palm Zire 71 (sort of a budget Tungsten, not the original Zire)
is unsupported simply due to lack of a table entry.


>How-To-Repeat:
Plug in Zire 71 and get ugen not ucom.

>Fix:

Yes, this is for FreeBSD 4.8-STABLE but is so trivial to add to -CURRENT
really.


Index: usbdevs
===================================================================
RCS file: /u1/cvsup/FreeBSD-cvs/root/src/src/sys/dev/usb/usbdevs,v
retrieving revision 1.11.2.47
diff -u -r1.11.2.47 usbdevs
--- usbdevs	25 Aug 2003 17:51:07 -0000	1.11.2.47
+++ usbdevs	30 Aug 2003 23:00:17 -0000
@@ -1,6 +1,8 @@
 $FreeBSD: src/sys/dev/usb/usbdevs,v 1.11.2.47 2003/08/25 17:51:07 njl Exp $
 
 /*
+ * $Id: usbdevs,v 1.2 2003/08/11 02:30:06 kstailey Exp $
+ *
  * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
@@ -943,6 +945,7 @@
 product PALM M505		0x0002	Palm m505
 product PALM M515		0x0003	Palm m515
 product PALM M125		0x0040	Palm m125
+product PALM ZIRE71		0x0060	Palm zire71
 
 /* Panasonic products */
 product PANASONIC SDCAAE	0x1b00	MultiMediaCard Adapter
Index: uvisor.c
===================================================================
RCS file: /u1/cvsup/FreeBSD-cvs/root/src/src/sys/dev/usb/uvisor.c,v
retrieving revision 1.7.2.5
diff -u -r1.7.2.5 uvisor.c
--- uvisor.c	14 Aug 2003 00:22:08 -0000	1.7.2.5
+++ uvisor.c	30 Aug 2003 23:00:17 -0000
@@ -210,6 +210,7 @@
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M505 }, PALM4 },
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M515 }, PALM4 },
 	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_M125 }, PALM4 },
+	{{ USB_VENDOR_PALM, USB_PRODUCT_PALM_ZIRE71 }, PALM4 },
 	{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_40 }, PALM4 },
 	{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_41 }, 0 },
 /*	{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: joe 
State-Changed-When: Mon Sep 1 13:51:52 PDT 2003 
State-Changed-Why:  
This is already in -current as a Palm Tungsten T. 
I'll make sure that it's MFC'd to -stable if it is missing. 

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