summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-06-18 17:55:29 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-06-18 17:55:29 +0000
commit8cc6aade6525b397647a9148bad8e0d936443c3f (patch)
treecb1d71f3a0600b73d2c0185f27d18109f54f94a0
parent8128fd701eaecd908152920a7b88df3f40b57018 (diff)
Notes
-rw-r--r--sys/dev/usb/usbdevs4
-rw-r--r--sys/dev/usb/uvisor.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 23a8d6ecdaf4..21339cfdeb1f 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -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
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c
index 8d7290f17bd6..35edc886dc71 100644
--- a/sys/dev/usb/uvisor.c
+++ b/sys/dev/usb/uvisor.c
@@ -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 },