summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-12-17 14:53:11 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2010-12-17 14:53:11 +0000
commit194d2ebe61eebe190266c99f325662ed87a9d567 (patch)
treec4f382c88680aa58170832fae33650d1771822e8 /sys
parent09f4dafa8f6f46147a909f7fc859374917df33f2 (diff)
- regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdevs.h8
-rw-r--r--sys/dev/usb/usbdevs_data.h12
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index 9434801cfff..ed8ef1d457c 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: usbdevs.h,v 1.541 2010/12/15 16:51:39 damien Exp $ */
+/* $OpenBSD: usbdevs.h,v 1.542 2010/12/17 14:53:10 jasper Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.531 2010/12/15 16:49:03 damien Exp
+ * OpenBSD: usbdevs,v 1.532 2010/12/17 14:52:40 jasper Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -473,6 +473,7 @@
#define USB_VENDOR_SILABS 0x10c4 /* Silicon Labs */
#define USB_VENDOR_SILABS3 0x10c5 /* Silicon Labs */
#define USB_VENDOR_VELLEMAN 0x10cf /* Velleman */
+#define USB_VENDOR_MOXA 0x110a /* Moxa Technologies */
#define USB_VENDOR_ANALOG 0x1110 /* Analog Devices */
#define USB_VENDOR_TENX 0x1130 /* Ten X Technology, Inc. */
#define USB_VENDOR_ISSC 0x1131 /* Integrated System Solution Corp. */
@@ -3764,6 +3765,9 @@
/* Velleman products */
#define USB_PRODUCT_VELLEMAN_K8055 0x5500 /* K8055 USB Experiment interface board */
+/* Moxa products */
+#define USB_PRODUCT_MOXA_UPORT1110 0x1110 /* UPort 1110 */
+
/* VIA products */
#define USB_PRODUCT_VIA_AR9271 0x3801 /* AR9271 */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 16dc5452ea1..226afc25ec3 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.535 2010/12/15 16:51:39 damien Exp $ */
+/* $OpenBSD: usbdevs_data.h,v 1.536 2010/12/17 14:53:10 jasper Exp $ */
/*
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: usbdevs,v 1.531 2010/12/15 16:49:03 damien Exp
+ * OpenBSD: usbdevs,v 1.532 2010/12/17 14:52:40 jasper Exp
*/
/* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */
@@ -9330,6 +9330,10 @@ const struct usb_known_product usb_known_products[] = {
"K8055 USB Experiment interface board",
},
{
+ USB_VENDOR_MOXA, USB_PRODUCT_MOXA_UPORT1110,
+ "UPort 1110",
+ },
+ {
USB_VENDOR_VIA, USB_PRODUCT_VIA_AR9271,
"AR9271",
},
@@ -11390,6 +11394,10 @@ const struct usb_known_vendor usb_known_vendors[] = {
"Velleman",
},
{
+ USB_VENDOR_MOXA,
+ "Moxa Technologies",
+ },
+ {
USB_VENDOR_ANALOG,
"Analog Devices",
},