usb/82839: Patch to add support for Aceeca Mez1000 device to uvisor.c

Mike Durian durian at shadetreesoftware.com
Thu Jun 30 19:40:13 GMT 2005


>Number:         82839
>Category:       usb
>Synopsis:       Patch to add support for Aceeca Mez1000 device to uvisor.c
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-usb
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 30 19:40:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Mike Durian
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD man.boogie.com 5.4-STABLE FreeBSD 5.4-STABLE #22: Wed May 18 22:47:08 MDT 2005 root at man.boogie.com:/disk2/obj/disk2/src/sys/BOOGIE i386


	
>Description:
	The patch below adds support to uvisor.c for the Aceeca Mez1000
	"Rugged Digital Assistant" - marketing speak for an industrial PDA.
>How-To-Repeat:
	N/A
>Fix:


--- usbdevs.orig	Thu Jun 30 13:10:33 2005
+++ usbdevs	Thu Jun 30 13:12:32 2005
@@ -377,6 +377,7 @@
 vendor VIDZMEDIA	0x3275	VidzMedia Pte Ltd
 vendor DAISY		0x3579	Daisy Technology
 vendor DELL		0x413c	Dell
+vendor ACEECA		0x4766	Aceeca
 vendor SITECOM		0x6189	Sitecom
 vendor INTEL		0x8086	Intel
 vendor HP2		0xf003	Hewlett Packard
@@ -415,6 +416,9 @@
 /* Accton products */
 product ACCTON USB320_EC	0x1046	USB320-EC Ethernet Adapter
 product ACCTON SS1001		0x5046	SpeedStream Ethernet Adapter
+
+/* Aceeca products */
+product ACEECA MEZ1000		0x0001	Aceeca Mez1000 RDA
 
 /* Acer Peripherals, Inc. products */
 product ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
--- uvisor.c.orig	Thu Jun 30 13:08:07 2005
+++ uvisor.c	Thu Jun 30 13:14:35 2005
@@ -209,6 +209,7 @@
 #define PALM4	0x0001
 };
 static const struct uvisor_type uvisor_devs[] = {
+	{{ USB_VENDOR_ACEECA, USB_PRODUCT_ACEECA_MEZ1000 }, PALM4 },
 	{{ USB_VENDOR_HANDSPRING, USB_PRODUCT_HANDSPRING_VISOR }, 0 },
 	{{ 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