diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-26 18:32:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-02-26 18:32:15 +0000 |
commit | e97ae57371da1cfab2ec4b765e9044f4ca36cd64 (patch) | |
tree | c93e979623f576e36b32656915b9d59554fd4ac0 /sys/dev/usb/usbdevs.h | |
parent | d81aebc03bf573a1a1fcd96c26896c80ae215b65 (diff) |
sync
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 5fe29fdec4c..777bcc9b9d0 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.346 2008/02/23 22:26:23 deraadt Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.347 2008/02/26 18:32:14 deraadt Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.337 2008/02/23 22:19:13 deraadt Exp + * OpenBSD: usbdevs,v 1.338 2008/02/26 18:32:06 deraadt Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -504,7 +504,8 @@ #define USB_VENDOR_GLOBALSUN 0x16ab /* Global Sun Technology */ #define USB_VENDOR_ANYDATA 0x16d5 /* AnyDATA Inc. */ #define USB_VENDOR_JABLOTRON 0x16d6 /* Jablotron */ -#define USB_VENDOR_CMOTECH 0x16d8 /* CMOTECH CDMA Technologies */ +#define USB_VENDOR_CMOTECH 0x16d8 /* CMOTECH */ +#define USB_VENDOR_AXESSTEL 0x1726 /* Axesstel */ #define USB_VENDOR_LINKSYS4 0x1737 /* Linksys */ #define USB_VENDOR_SENAO 0x1740 /* Senao */ #define USB_VENDOR_METAGEEK 0x1781 /* MetaGeek */ @@ -833,6 +834,9 @@ /* Avision products */ #define USB_PRODUCT_AVISION_1200U 0x0268 /* 1200U */ +/* Axesstel products */ +#define USB_PRODUCT_AXESSTEL_DATAMODEM 0x1000 /* Data Modem */ + /* AsureWave products */ #define USB_PRODUCT_AZUREWAVE_RT2870 0x3247 /* RT2870 */ |