usb/96714: Update uvisor to support the Fossil Abacus Wrist PDA

Simon Dick simond at irrelevant.org
Wed May 3 13:00:28 UTC 2006


>Number:         96714
>Category:       usb
>Synopsis:       Update uvisor to support the Fossil Abacus Wrist PDA
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 03 13:00:26 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 6.1-RC2 amd64
>Organization:
>Environment:
System: FreeBSD amd64.irrelevant.org 6.1-RC2 FreeBSD 6.1-RC2 #2: Tue May 2 09:58:55 BST 2006 root at amd64.irrelevant.org:/usr/obj/usr/src/sys/HOME amd64


	
>Description:

Add Fossil Abacus Wrist PDA support to uvisor
>How-To-Repeat:
	
>Fix:

Diff against 6.1-RC

diff -ruN usb.orig/usbdevs usb/usbdevs
--- usb.orig/usbdevs	Wed May  3 13:52:02 2006
+++ usb/usbdevs	Wed May  3 13:42:45 2006
@@ -479,6 +479,7 @@
 vendor ABC		0x0d8c	ABC
 vendor MSI		0x0db0	Micro Star International
 vendor HAWKING		0x0e66	Hawking
+vendor FOSSIL		0x0e67	Fossil, Inc
 vendor GMATE		0x0e7e	G.Mate, Inc
 vendor OTI		0x0ea0	Ours
 vendor PILOTECH		0x0eaf	Pilotech
@@ -864,6 +865,9 @@
 
 /* Extended Systems products */
 product EXTENDED XTNDACCESS	0x0100	XTNDAccess IrDA
+
+/* Fossil, Inc products */
+product FOSSIL WRISTPDA		0x0002	Wrist PDA
 
 /* GoHubs products */
 product GOHUBS GOCOM232		0x1001	GoCOM232 Serial
diff -ruN usb.orig/uvisor.c usb/uvisor.c
--- usb.orig/uvisor.c	Wed May  3 13:52:02 2006
+++ usb/uvisor.c	Wed May  3 13:44:11 2006
@@ -223,6 +223,7 @@
 #define PALM35  0x0004
 };
 static const struct uvisor_type uvisor_devs[] = {
+	{{ USB_VENDOR_FOSSIL, USB_PRODUCT_FOSSIL_WRISTPDA }, PALM4 },
 	{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_VISOR }, VISOR },
 	{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_TREO }, PALM4 },
 	{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_TREO600 }, PALM4 },
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-usb mailing list