Add support for the Aceeca Mez1000 RDA.

PR:		82839
Submitted by:	Mike Durian <durian@shadetreesoftware.com>
This commit is contained in:
Alexander Leidinger 2006-06-18 17:55:29 +00:00
parent 8128fd701e
commit 8cc6aade65
2 changed files with 5 additions and 0 deletions

View File

@ -535,6 +535,7 @@ vendor MICRONET 0x3980 Micronet
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
@ -578,6 +579,9 @@ product ABOCOM XX10 0xabc1 XX10
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
product ACERP ACERSCAN_320U 0x2022 Acerscan 320U

View File

@ -223,6 +223,7 @@ struct uvisor_type {
#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 },