diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-29 02:01:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-04-29 02:01:19 +0000 |
commit | aa6f2f0294a3341c26228320ee21081167a5cc06 (patch) | |
tree | 6c33c7f958669b0b01eb99d2265f06a7f715235e /sys/dev/usb | |
parent | e58e451fff060697ba2e9969187de7ea136b575c (diff) |
regen
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/usbdevs.h | 28 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 68 |
2 files changed, 92 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h index 81165f45780..0df44a21bbb 100644 --- a/sys/dev/usb/usbdevs.h +++ b/sys/dev/usb/usbdevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: usbdevs.h,v 1.199 2006/04/28 10:32:55 jsg Exp $ */ +/* $OpenBSD: usbdevs.h,v 1.200 2006/04/29 02:01:18 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.195 2006/04/28 10:32:05 jsg Exp + * OpenBSD: usbdevs,v 1.196 2006/04/29 02:00:34 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -406,13 +406,17 @@ #define USB_VENDOR_AIRPRIME 0x0f3d /* Airprime */ #define USB_VENDOR_VTECH 0x0f88 /* VTech */ #define USB_VENDOR_FALCOM 0x0f94 /* Falcom Wireless Communications GmbH */ +#define USB_VENDOR_DYNASTREAM 0x0fcf /* Dynastream Innovations */ #define USB_VENDOR_QUALCOMM2 0x1004 /* Qualcomm */ #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_SILABS2 0x10a6 /* SILABS2 */ +#define USB_VENDOR_USI 0x10ab /* USI */ #define USB_VENDOR_PLX 0x10b5 /* PLX */ #define USB_VENDOR_ASANTE 0x10bd /* Asante */ +#define USB_VENDOR_SILABS 0x10c4 /* Silicon Labs */ #define USB_VENDOR_ANALOG 0x1110 /* Analog Devices */ #define USB_VENDOR_JRC 0x1145 /* Japan Radio Company */ #define USB_VENDOR_SPHAIRON 0x114b /* Sphairon Access Systems GmbH */ @@ -447,6 +451,7 @@ #define USB_VENDOR_ENTREGA 0x1645 /* Entrega */ #define USB_VENDOR_ACTIONTEC 0x1668 /* Actiontec Electronics */ #define USB_VENDOR_GIGASET 0x1690 /* Gigaset */ +#define USB_VENDOR_JABLOTRON 0x16d6 /* Jablotron */ #define USB_VENDOR_CMOTECH 0x16d8 /* CMOTECH CDMA Technologies */ #define USB_VENDOR_LINKSYS3 0x1915 /* Linksys */ #define USB_VENDOR_DLINK 0x2001 /* D-Link */ @@ -892,6 +897,9 @@ /* DMI products */ #define USB_PRODUCT_DMI_SA2_0 0xb001 /* Storage Adapter */ +/* Dynastream Innovations */ +#define USB_PRODUCT_DYNASTREAM_ANTDEVBOARD 0x1003 /* ANT dev board */ + /* EasyDisk products */ #define USB_PRODUCT_EASYDISK_EASYDISK 0x0005 /* Flash Disk */ @@ -1179,6 +1187,9 @@ /* iTegno products */ #define USB_PRODUCT_ITEGNO_WM1080A 0x1080 /* WM1080A */ +/* Jablotron products */ +#define USB_PRODUCT_JABLOTRON_PC60B 0x0001 /* PC-60B */ + /* Jaton products */ #define USB_PRODUCT_JATON_EDA 0x5704 /* Ethernet */ @@ -1778,6 +1789,16 @@ #define USB_PRODUCT_SILICOM_U2E 0x0001 /* U2E */ #define USB_PRODUCT_SILICOM_GPE 0x0002 /* Psion Dacom Gold Port Ethernet */ +/* Silicon Labs products */ +#define USB_PRODUCT_SILABS_POLOLU 0x803b /* Pololu Serial */ +#define USB_PRODUCT_SILABS_CRUMB128 0x807a /* Crumb128 */ +#define USB_PRODUCT_SILABS_DEGREECONT 0x80ca /* Degree Controls */ +#define USB_PRODUCT_SILABS_SUNNTO 0x80f6 /* Suunto sports */ +#define USB_PRODUCT_SILABS_DESKTOPMOBILE 0x813d /* Burnside Desktop mobile */ +#define USB_PRODUCT_SILABS_IPLINK1220 0x815e /* IP-Link 1220 */ +#define USB_PRODUCT_SILABS2_DCU11CLONE 0xaa26 /* DCU-11 clone */ +#define USB_PRODUCT_SILABS_CP210X 0xea60 /* CP210x Serial */ + /* Silicon Portals Inc. */ #define USB_PRODUCT_SILICONPORTALS_YAPPH_NF 0x0200 /* YAP Phone (no firmware) */ #define USB_PRODUCT_SILICONPORTALS_YAPPHONE 0x0201 /* YAP Phone */ @@ -1956,6 +1977,9 @@ #define USB_PRODUCT_USR_MILLER_B 0x00f9 /* USR9000 SureConnect ADSL */ #define USB_PRODUCT_USR_MILLER_B_NF 0x00fa /* USR9000 SureConnect ADSL */ +/* USI products */ +#define USB_PRODUCT_USI_MC60 0x10c5 /* MC60 Serial */ + /* ViewSonic products */ #define USB_PRODUCT_VIEWSONIC_G773HUB 0x00fe /* G773 Monitor Hub */ #define USB_PRODUCT_VIEWSONIC_P815HUB 0x00ff /* P815 Monitor Hub */ diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 58b7e5a9464..91b7d03e58e 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.199 2006/04/28 10:32:55 jsg Exp $ */ +/* $OpenBSD: usbdevs_data.h,v 1.200 2006/04/29 02:01:18 jsg Exp $ */ /* * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: usbdevs,v 1.195 2006/04/28 10:32:05 jsg Exp + * OpenBSD: usbdevs,v 1.196 2006/04/29 02:00:34 jsg Exp */ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ @@ -1039,6 +1039,10 @@ const struct usb_known_product usb_known_products[] = { "Storage Adapter", }, { + USB_VENDOR_DYNASTREAM, USB_PRODUCT_DYNASTREAM_ANTDEVBOARD, + "ANT dev board", + }, + { USB_VENDOR_EASYDISK, USB_PRODUCT_EASYDISK_EASYDISK, "Flash Disk", }, @@ -1795,6 +1799,10 @@ const struct usb_known_product usb_known_products[] = { "WM1080A", }, { + USB_VENDOR_JABLOTRON, USB_PRODUCT_JABLOTRON_PC60B, + "PC-60B", + }, + { USB_VENDOR_JATON, USB_PRODUCT_JATON_EDA, "Ethernet", }, @@ -3355,6 +3363,38 @@ const struct usb_known_product usb_known_products[] = { "Psion Dacom Gold Port Ethernet", }, { + USB_VENDOR_SILABS, USB_PRODUCT_SILABS_POLOLU, + "Pololu Serial", + }, + { + USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CRUMB128, + "Crumb128", + }, + { + USB_VENDOR_SILABS, USB_PRODUCT_SILABS_DEGREECONT, + "Degree Controls", + }, + { + USB_VENDOR_SILABS, USB_PRODUCT_SILABS_SUNNTO, + "Suunto sports", + }, + { + USB_VENDOR_SILABS, USB_PRODUCT_SILABS_DESKTOPMOBILE, + "Burnside Desktop mobile", + }, + { + USB_VENDOR_SILABS, USB_PRODUCT_SILABS_IPLINK1220, + "IP-Link 1220", + }, + { + USB_VENDOR_SILABS2, USB_PRODUCT_SILABS2_DCU11CLONE, + "DCU-11 clone", + }, + { + USB_VENDOR_SILABS, USB_PRODUCT_SILABS_CP210X, + "CP210x Serial", + }, + { USB_VENDOR_SILICONPORTALS, USB_PRODUCT_SILICONPORTALS_YAPPH_NF, "YAP Phone (no firmware)", }, @@ -3751,6 +3791,10 @@ const struct usb_known_product usb_known_products[] = { "USR9000 SureConnect ADSL", }, { + USB_VENDOR_USI, USB_PRODUCT_USI_MC60, + "MC60 Serial", + }, + { USB_VENDOR_VIEWSONIC, USB_PRODUCT_VIEWSONIC_G773HUB, "G773 Monitor Hub", }, @@ -5295,6 +5339,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Falcom Wireless Communications GmbH", }, { + USB_VENDOR_DYNASTREAM, + "Dynastream Innovations", + }, + { USB_VENDOR_QUALCOMM2, "Qualcomm", }, @@ -5315,6 +5363,14 @@ const struct usb_known_vendor usb_known_vendors[] = { "Audiovox", }, { + USB_VENDOR_SILABS2, + "SILABS2", + }, + { + USB_VENDOR_USI, + "USI", + }, + { USB_VENDOR_PLX, "PLX", }, @@ -5323,6 +5379,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Asante", }, { + USB_VENDOR_SILABS, + "Silicon Labs", + }, + { USB_VENDOR_ANALOG, "Analog Devices", }, @@ -5459,6 +5519,10 @@ const struct usb_known_vendor usb_known_vendors[] = { "Gigaset", }, { + USB_VENDOR_JABLOTRON, + "Jablotron", + }, + { USB_VENDOR_CMOTECH, "CMOTECH CDMA Technologies", }, |