diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-28 20:54:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-28 20:54:11 +0000 |
commit | 90d69689095bcded5239018e2c105bf70670ade3 (patch) | |
tree | b31c3712fea84c8b9fb0a3a41cc62391aca8486e /sys/dev/usb/usbdevs.h | |
parent | 916ef6e5525763f41831f2af4e3d569ff8ce4ad1 (diff) |
sync
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 9 |
1 files changed, 6 insertions, 3 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 */ |