diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-05 06:42:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-05 06:42:28 +0000 |
commit | ec86c81e9044af456e25a1d74e758f218092946b (patch) | |
tree | 6dff1b07e0cad8c5e853dcdf0faaefc5fa2ebe9e /sys/dev/usb/usbdevs.h | |
parent | f5d1e29bba505fab218d4536ba214c9a2620d2ea (diff) |
regen
Diffstat (limited to 'sys/dev/usb/usbdevs.h')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 1569e1f1180..d96e7a69dd5 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.188 2006/02/16 10:44:43 jsg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.189 2006/03/05 06:42:27 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.184 2006/02/16 10:44:01 jsg Exp + * OpenBSD: usbdevs,v 1.185 2006/03/05 06:41:36 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -399,6 +399,7 @@ #define USB_VENDOR_GIGABYTE 0x1044 /* GIGABYTE */ #define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */ #define USB_VENDOR_CCYU 0x1065 /* CCYU Technology */ +#define USB_VENDOR_AUDIOVOX 0x106c /* Audiovox */ #define USB_VENDOR_PLX 0x10b5 /* PLX */ #define USB_VENDOR_ASANTE 0x10bd /* Asante */ #define USB_VENDOR_ANALOG 0x1110 /* Analog Devices */ @@ -407,6 +408,7 @@ #define USB_VENDOR_DELORME 0x1163 /* DeLorme */ #define USB_VENDOR_SERVERWORKS 0x1166 /* ServerWorks */ #define USB_VENDOR_ACERCM 0x1189 /* Acer Communications & Multimedia */ +#define USB_VENDOR_SIERRA 0x1199 /* Sierra Wireless */ #define USB_VENDOR_TSUNAMI 0x1241 /* Tsunami */ #define USB_VENDOR_PHEENET 0x124a /* Pheenet */ #define USB_VENDOR_BELKIN2 0x1293 /* Belkin Components */ @@ -664,6 +666,9 @@ /* Audio-Technica products */ #define USB_PRODUCT_AUDIOTECHNICA_ATCHA4USB 0x0009 /* ATC-HA4USB USB headphone */ +/* Audiovox products */ +#define USB_PRODUCT_AUDIOVOX_PC5740 0x3701 /* PC5740 EVDO */ + /* Avance Logic products */ #define USB_PRODUCT_AVANCELOGIC_USBAUDIO 0x0100 /* USB Audio Speaker */ @@ -1698,6 +1703,9 @@ #define USB_PRODUCT_SIEMENS_SPEEDSTREAM 0x1001 /* SpeedStream */ #define USB_PRODUCT_SIEMENS_SPEEDSTREAM22 0x1022 /* SpeedStream 1022 */ +/* Sierra Wireless products */ +#define USB_PRODUCT_SIERRA_AIRCARD_580 0x0112 /* Aircard 580 EVDO */ + /* Sigmatel products */ #define USB_PRODUCT_SIGMATEL_IRDA 0x4200 /* IrDA */ #define USB_PRODUCT_SIGMATEL_DNSSF7X 0x8020 /* Datum Networks SSF-7X Multi Players */ |