summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-28 20:54:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-28 20:54:11 +0000
commit90d69689095bcded5239018e2c105bf70670ade3 (patch)
treeb31c3712fea84c8b9fb0a3a41cc62391aca8486e /sys/dev/usb
parent916ef6e5525763f41831f2af4e3d569ff8ce4ad1 (diff)
sync
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usbdevs.h9
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 16 insertions, 5 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 0e9b7693bd7..fcf53df49b2 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.175 2005/11/19 08:21:29 jsg Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.176 2005/11/28 20:54:10 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * 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 $ */
@@ -409,6 +409,7 @@
#define USB_VENDOR_PHEENET 0x124a /* Pheenet */
#define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components */
#define USB_VENDOR_ARANEUS 0x12d8 /* Araneus Information Systems */
+#define USB_VENDOR_TAPWAVE 0x12ef /* Tapwave */
#define USB_VENDOR_AINCOMM 0x12fd /* Aincomm */
#define USB_VENDOR_MOBILITY 0x1342 /* Mobility */
#define USB_VENDOR_DICKSMITH 0x1371 /* Dick Smith Electronics */
@@ -449,7 +450,6 @@
#define USB_VENDOR_INTEL 0x8086 /* Intel */
#define USB_VENDOR_SITECOM2 0x9016 /* Sitecom */
#define USB_VENDOR_HP2 0xf003 /* Hewlett Packard */
-
/*
* List of known products. Grouped by vendor.
*/
@@ -1795,6 +1795,9 @@
/* Taugagreining products */
#define USB_PRODUCT_TAUGA_CAMERAMATE 0x0005 /* CameraMate (DPCM_USB) */
+/* Tapwave products */
+#define USB_PRODUCT_TAPWAVE_ZODIAC 0x0100 /* Zodiac */
+
/* TDK products */
#define USB_PRODUCT_TDK_UPA9664 0x0115 /* USB-PDC Adapter UPA9664 */
#define USB_PRODUCT_TDK_UCA1464 0x0116 /* USB-cdmaOne Adapter UCA1464 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 4504f40b535..6f1b3e80a18 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs_data.h,v 1.175 2005/11/19 08:21:29 jsg Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.176 2005/11/28 20:54:10 deraadt Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * 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 $ */
@@ -3443,6 +3443,10 @@ const struct usb_known_product usb_known_products[] = {
"CameraMate (DPCM_USB)",
},
{
+ USB_VENDOR_TAPWAVE, USB_PRODUCT_TAPWAVE_ZODIAC,
+ "Zodiac",
+ },
+ {
USB_VENDOR_TDK, USB_PRODUCT_TDK_UPA9664,
"USB-PDC Adapter UPA9664",
},
@@ -5139,6 +5143,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Araneus Information Systems",
},
{
+ USB_VENDOR_TAPWAVE,
+ "Tapwave",
+ },
+ {
USB_VENDOR_AINCOMM,
"Aincomm",
},