diff options
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 699fe30e1fa..6e12c2fd656 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.169 2005/08/23 02:24:29 jsg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.170 2005/09/12 11:19:11 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.165 2005/08/23 02:23:41 jsg Exp + * OpenBSD: usbdevs,v 1.166 2005/09/12 11:18:18 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -358,6 +358,7 @@ #define USB_VENDOR_BROADCOM 0x0a5c /* Broadcom */ #define USB_VENDOR_GREENHOUSE 0x0a6b /* GREENHOUSE */ #define USB_VENDOR_GEOCAST 0x0a79 /* Geocast Network Systems */ +#define USB_VENDOR_ZYDAS 0x0ace /* ZyDAS Technology */ #define USB_VENDOR_NEODIO 0x0aec /* Neodio */ #define USB_VENDOR_OPTION 0x0af0 /* Option */ #define USB_VENDOR_TODOS 0x0b0c /* Todos Data System */ @@ -1913,6 +1914,11 @@ /* Zoom Telephonics, Inc. products */ #define USB_PRODUCT_ZOOM_2986L 0x9700 /* 2986L Fax Modem */ +/* ZyDAS Technology products */ +#define USB_PRODUCT_ZYDAS_ZD1201 0x1201 /* ZD1201 */ +#define USB_PRODUCT_ZYDAS_ZD1211 0x1211 /* ZD1211 */ +#define USB_PRODUCT_ZYDAS_ZD1211B 0x1215 /* ZD1211B */ + /* ZyXEL Communication Co. products */ #define USB_PRODUCT_ZYXEL_OMNI56K 0x1500 /* Omni 56K Plus */ #define USB_PRODUCT_ZYXEL_980N 0x2011 /* Scorpion-980N */ |