kern/56217: How To Support the Palm Zire 71 via the uvisor driver

Ken Stailey kstailey at yahoo.com
Sat Aug 30 16:10:07 PDT 2003


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 30 16:10:05 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-bugs mailing list