summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-28 20:53:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-28 20:53:23 +0000
commit916ef6e5525763f41831f2af4e3d569ff8ce4ad1 (patch)
tree53dd03bd34df434a70fb875ee274b076784a0271
parentf2a61f879406131f63a5b3db7108b59870ec74e9 (diff)
tapwave zodiac is a uvisor interface
-rw-r--r--sys/dev/usb/usbdevs7
-rw-r--r--sys/dev/usb/uvisor.c3
2 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index b3c90a6a312..54652ae45f3 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1,4 +1,4 @@
-$OpenBSD: usbdevs,v 1.171 2005/11/19 08:20:50 jsg Exp $
+$OpenBSD: usbdevs,v 1.172 2005/11/28 20:53:22 deraadt Exp $
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
/*
@@ -402,6 +402,7 @@ vendor TSUNAMI 0x1241 Tsunami
vendor PHEENET 0x124a Pheenet
vendor BELKIN2 0x1293 Belkin Components
vendor ARANEUS 0x12d8 Araneus Information Systems
+vendor TAPWAVE 0x12ef Tapwave
vendor AINCOMM 0x12fd Aincomm
vendor MOBILITY 0x1342 Mobility
vendor DICKSMITH 0x1371 Dick Smith Electronics
@@ -442,7 +443,6 @@ vendor SITECOM 0x6189 Sitecom
vendor INTEL 0x8086 Intel
vendor SITECOM2 0x9016 Sitecom
vendor HP2 0xf003 Hewlett Packard
-
/*
* List of known products. Grouped by vendor.
*/
@@ -1788,6 +1788,9 @@ product TANGTOP USBPS2 0x0001 USBPS2
/* Taugagreining products */
product TAUGA CAMERAMATE 0x0005 CameraMate (DPCM_USB)
+/* Tapwave products */
+product TAPWAVE ZODIAC 0x0100 Zodiac
+
/* TDK products */
product TDK UPA9664 0x0115 USB-PDC Adapter UPA9664
product TDK UCA1464 0x0116 USB-cdmaOne Adapter UCA1464
diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c
index 85614940442..d6c6aa227ab 100644
--- a/sys/dev/usb/uvisor.c
+++ b/sys/dev/usb/uvisor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvisor.c,v 1.21 2005/08/01 05:36:49 brad Exp $ */
+/* $OpenBSD: uvisor.c,v 1.22 2005/11/28 20:53:22 deraadt Exp $ */
/* $NetBSD: uvisor.c,v 1.21 2003/08/03 21:59:26 nathanw Exp $ */
/*
@@ -190,6 +190,7 @@ static const struct uvisor_type uvisor_devs[] = {
{{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_TJ25 }, PALM4 },
/* {{ USB_VENDOR_SONY, USB_PRODUCT_SONY_CLIE_25 }, PALM4 },*/
{{ USB_VENDOR_GARMIN, USB_PRODUCT_GARMIN_IQUE3600 }, PALM4 },
+ {{ USB_VENDOR_TAPWAVE, USB_PRODUCT_TAPWAVE_ZODIAC }, PALM4 },
};
#define uvisor_lookup(v, p) ((struct uvisor_type *)usb_lookup(uvisor_devs, v, p))