usb/82839: [patch] add support for Aceeca Mez1000 device to uvisor.c

Mike Durian durian at shadetreesoftware.com
Sat Sep 17 11:30:22 PDT 2005


The following reply was made to PR usb/82839; it has been noted by GNATS.

From: Mike Durian <durian at shadetreesoftware.com>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: usb/82839: [patch] add support for Aceeca Mez1000 device to uvisor.c
Date: Sat, 17 Sep 2005 12:25:43 -0600

 Here's another version of the USB/Aceeca patch for 6.x.
 
 mike
 
 
 --- usbdevs.orig	Sun Sep  4 08:41:00 2005
 +++ usbdevs	Sun Sep  4 08:41:57 2005
 @@ -530,6 +530,7 @@
  vendor IODATA2		0x40bb	I-O Data
  vendor IRIVER		0x4102	iRiver
  vendor DELL		0x413c	Dell
 +vendor ACEECA		0x4766	Aceeca
  vendor AVERATEC		0x50c2	Averatec
  vendor ONSPEC2		0x55aa	OnSpec
  vendor ZINWELL		0x5a57	Zinwell
 @@ -572,6 +573,9 @@
  /* Accton products */
  product ACCTON USB320_EC	0x1046	USB320-EC Ethernet
  product ACCTON SS1001		0x5046	SpeedStream Ethernet
 +
 +/* Aceeca products */
 +product ACEECA MEZ1000		0x0001	Aceeca Mez1000 RDA
  
  /* Acer Peripherals, Inc. products */
  product ACERP ACERSCAN_C310U	0x12a6	Acerscan C310U
 --- uvisor.c.orig	Sun Sep  4 08:42:06 2005
 +++ uvisor.c	Sun Sep  4 08:42:43 2005
 @@ -223,6 +223,7 @@
  #define PALM35  0x0004
  };
  static const struct uvisor_type uvisor_devs[] = {
 +	{{ USB_VENDOR_ACEECA, USB_PRODUCT_ACEECA_MEZ1000 }, 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 },
 
 


More information about the freebsd-usb mailing list