summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYojiro Uo <yuo@cvs.openbsd.org>2009-11-23 15:05:41 +0000
committerYojiro Uo <yuo@cvs.openbsd.org>2009-11-23 15:05:41 +0000
commitdb86b1cd29f5f044d2ddf361a4e00deccb7340ef (patch)
tree54affcf8204e34d8526a14617753e7db20a676af
parenta8a3b6611bfa0f64a9d4f0962fa4e723a2ff88e2 (diff)
regen
-rw-r--r--sys/dev/usb/usbdevs.h21
-rw-r--r--sys/dev/usb/usbdevs_data.h40
2 files changed, 57 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 2c37609d82b..2fb6255875e 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.469 2009/11/23 12:38:15 yuo Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.470 2009/11/23 15:05:40 yuo Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.459 2009/11/23 12:37:34 yuo Exp
+ * OpenBSD: usbdevs,v 1.460 2009/11/23 15:03:09 yuo Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -440,6 +440,7 @@
#define USB_VENDOR_NOVATECH 0x0eb0 /* Nova Tech */
#define USB_VENDOR_EGALAX 0x0eef /* eGalax */
#define USB_VENDOR_ITEGNO 0x0eba /* iTegno */
+#define USB_VENDOR_NORITAKE 0x0eda /* Noritake itron Corp */
#define USB_VENDOR_AIRPRIME 0x0f3d /* Airprime */
#define USB_VENDOR_UNKNOWN4 0x0fe6 /* Unknown Vendor */
#define USB_VENDOR_VTECH 0x0f88 /* VTech */
@@ -452,6 +453,7 @@
#define USB_VENDOR_MOTOROLA 0x1063 /* Motorola */
#define USB_VENDOR_CCYU 0x1065 /* CCYU Technology */
#define USB_VENDOR_HYUNDAI 0x106c /* Hyundai */
+#define USB_VENDOR_GCTSEMICON 0x1076 /* GCT Semiconductor */
#define USB_VENDOR_SILABS2 0x10a6 /* SILABS2 */
#define USB_VENDOR_USI 0x10ab /* USI */
#define USB_VENDOR_PLX 0x10b5 /* PLX */
@@ -540,8 +542,10 @@
#define USB_VENDOR_TERMINUS 0x1a40 /* Terminus Technology */
#define USB_VENDOR_WCH2 0x1a86 /* QinHeng Electronics */
#define USB_VENDOR_TCTMOBILE 0x1bbb /* TCT Mobile */
+#define USB_VENDOR_MDS 0x1bc8 /* MDS */
#define USB_VENDOR_LONGCHEER 0x1c9e /* Longcheer Technology */
#define USB_VENDOR_PEGATRON 0x1d4d /* Pegatron */
+#define USB_VENDOR_MODACOM 0x1eb8 /* Modacom */
#define USB_VENDOR_AIRTIES 0x1eda /* AirTies */
#define USB_VENDOR_DLINK 0x2001 /* D-Link */
#define USB_VENDOR_PLANEX2 0x2019 /* Planex Communications */
@@ -1572,6 +1576,9 @@
#define USB_PRODUCT_GARMIN_GPSMAP60CSX 0x0003 /* GPSmap 60Csx */
#define USB_PRODUCT_GARMIN_IQUE3600 0x0004 /* Ique 3600 */
+/* GCT Semiconductor products */
+#define USB_PRODUCT_GCTSEMICON_INSTALL 0x7f40 /* GDM720x MASS storage mode */
+
/* GEMPLUS products */
#define USB_PRODUCT_GEMPLUS_PROXPU 0x5501 /* Prox-PU/CU */
@@ -2058,6 +2065,9 @@
#define USB_PRODUCT_MCT_SITECOM_USB232 0x0230 /* Sitecom RS232 */
#define USB_PRODUCT_MCT_ML_4500 0x0302 /* ML-4500 */
+/* MDS products */
+#define USB_PRODUCT_MDS_ISDBT 0x0001 /* MDS ISDB-T tuner */
+
/* Meinberg Funkuhren products */
#define USB_PRODUCT_MEINBERG_USB5131 0x0301 /* USB 5131 DCF77 - Radio Clock */
@@ -2099,6 +2109,9 @@
#define USB_PRODUCT_MGE_UPS1 0x0001 /* Protection Center 1 UPS */
#define USB_PRODUCT_MGE_UPS2 0xffff /* Protection Center 2 UPS */
+/* Modacom products */
+#define USB_PRODUCT_MODACOM_MWIMAX 0x1240 /* MODACOM Mobile wimax adaptor */
+
/* Micro Star International products */
#define USB_PRODUCT_MSI_WLAN 0x1020 /* WLAN */
#define USB_PRODUCT_MSI_BLUETOOTH 0x1967 /* Bluetooth */
@@ -2286,6 +2299,9 @@
/* Nokia products */
#define USB_PRODUCT_NOKIA_CA42 0x1234 /* CA-42 Serial */
+/* Noritake itron corp products */
+#define USB_PRODUCT_NORITAKE_COMEMO 0x11c0 /* Noritake COMEMO */
+
/* Nova Tech products */
#define USB_PRODUCT_NOVATECH_NV902W 0x9020 /* NV-902W */
#define USB_PRODUCT_NOVATECH_RT2573 0x9021 /* RT2573 */
@@ -3042,6 +3058,7 @@
/* Ten X Technology, Inc. */
#define USB_PRODUCT_TENX_MISSILE 0x0202 /* Missile Launcher */
+#define USB_PRODUCT_TENX_TEMPER 0x660c /* TEMPer sensor */
/* TerraTec Electronic GmbH */
#define USB_PRODUCT_TERRATEC_AUREON 0x0077 /* Aureon Dual USB */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 3e5f0e3f603..52daa4a6e3b 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.463 2009/11/23 12:38:15 yuo Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.464 2009/11/23 15:05:40 yuo Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.459 2009/11/23 12:37:34 yuo Exp
+ * OpenBSD: usbdevs,v 1.460 2009/11/23 15:03:09 yuo Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -2854,6 +2854,10 @@ const struct usb_known_product usb_known_products[] = {
"Ique 3600",
},
{
+ USB_VENDOR_GCTSEMICON, USB_PRODUCT_GCTSEMICON_INSTALL,
+ "GDM720x MASS storage mode",
+ },
+ {
USB_VENDOR_GEMPLUS, USB_PRODUCT_GEMPLUS_PROXPU,
"Prox-PU/CU",
},
@@ -4214,6 +4218,10 @@ const struct usb_known_product usb_known_products[] = {
"ML-4500",
},
{
+ USB_VENDOR_MDS, USB_PRODUCT_MDS_ISDBT,
+ "MDS ISDB-T tuner",
+ },
+ {
USB_VENDOR_MEINBERG, USB_PRODUCT_MEINBERG_USB5131,
"USB 5131 DCF77 - Radio Clock",
},
@@ -4338,6 +4346,10 @@ const struct usb_known_product usb_known_products[] = {
"Protection Center 2 UPS",
},
{
+ USB_VENDOR_MODACOM, USB_PRODUCT_MODACOM_MWIMAX,
+ "MODACOM Mobile wimax adaptor",
+ },
+ {
USB_VENDOR_MSI, USB_PRODUCT_MSI_WLAN,
"WLAN",
},
@@ -4846,6 +4858,10 @@ const struct usb_known_product usb_known_products[] = {
"CA-42 Serial",
},
{
+ USB_VENDOR_NORITAKE, USB_PRODUCT_NORITAKE_COMEMO,
+ "Noritake COMEMO",
+ },
+ {
USB_VENDOR_NOVATECH, USB_PRODUCT_NOVATECH_NV902W,
"NV-902W",
},
@@ -6986,6 +7002,10 @@ const struct usb_known_product usb_known_products[] = {
"Missile Launcher",
},
{
+ USB_VENDOR_TENX, USB_PRODUCT_TENX_TEMPER,
+ "TEMPer sensor",
+ },
+ {
USB_VENDOR_TERRATEC, USB_PRODUCT_TERRATEC_AUREON,
"Aureon Dual USB",
},
@@ -9146,6 +9166,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"iTegno",
},
{
+ USB_VENDOR_NORITAKE,
+ "Noritake itron Corp",
+ },
+ {
USB_VENDOR_AIRPRIME,
"Airprime",
},
@@ -9194,6 +9218,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Hyundai",
},
{
+ USB_VENDOR_GCTSEMICON,
+ "GCT Semiconductor",
+ },
+ {
USB_VENDOR_SILABS2,
"SILABS2",
},
@@ -9546,6 +9574,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"TCT Mobile",
},
{
+ USB_VENDOR_MDS,
+ "MDS",
+ },
+ {
USB_VENDOR_LONGCHEER,
"Longcheer Technology",
},
@@ -9554,6 +9586,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Pegatron",
},
{
+ USB_VENDOR_MODACOM,
+ "Modacom",
+ },
+ {
USB_VENDOR_AIRTIES,
"AirTies",
},